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 the significance of routing? : asp.net mvc
What is difference between rest and soap?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
How to comment out asp.net tags?
What are the disadvantages of view state?
Why is global asax is used for?
What is a response cookie?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
Is asp.net a programming language or framework?
What is content page in asp net?
Why asp.net is used?
What is sql data source control in asp.net?
What are the major built-in objects in ASP.NET?
Explain the difference between inline and code behind - which is best in?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?