What is the use of directives & explain with example?
Answers were Sorted based on User's Feedback
Answer / guest
sorry some syntex error was ther
i apoligies for that...
<% @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 ? | 1 Yes | 0 No |
Answer / 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 |
What are the new page events added in Asp.net 2.0 ?
if i have a web page, and after the postback i dont to maintain the viewstate. How can we maintain in web application?
What is viewstate information stored?
How do you create master pages in asp.net?
Difference between Active Exe and Activex dll ?
What is a multilingual website?
Why we use content place holder in asp.net?
How do you construct HtmlResponseMessage?
Are there resources online with tips on asp to asp.net conversions?
What are the different types of validation controls in asp.net?
Explain the flow of processing of the request? : asp.net mvc
Explain diff. Between friend and protected friend?