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
What is page request in asp.net?
Explain model, view and controller represent in an mvc application? : asp.net mvc
Why would a company use an application service provider?
What is a postback url?
Describe a Windows Service and its lifecycle ?
What is the viewstate in asp.net?
Define data caching?
What is the difference between the response.write() and response.output.write() methods?
What are the major built-in objects in ASP.NET?
Can we store object in viewstate?
What are triggers of an updatepanel?
What is the purpose of asp.net?
How tooltip is set through code-behind in ASP.NET?
What is the flow of processing of the request? : asp.net mvc
How to use ipostback?