What is the use of directives & explain with example?
Answer Posted / guest
Directive Specifies settings used by the page and user
control compilers when they processes ASP.NET Web Forms
page (.aspx) and user control (.ascx) files.
< @Page Attributes..... /> contain specific attributes for
page
< @Import Attributes...../> contain specific attributes
for include libraries
< @Register Attributes...../> contain specific attributes
for control to be register for ther perticular page
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain automatic memory management in .net.
Is asp.net outdated?
What is client side state management?
What are the Types of chaching. How to implement caching
What is base class of .net?
What are the server control tags in asp.net.?
How you can return View from ASP.NET Web API method?
How to handle errors in Web API?
Explain how can we access static variable?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
What is the file through which you can customize your asp.net application?
How could you modify xaml content from javascript?
When does a session actually start?
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
Write some code using interfaces, virtual methods, and an abstract class`