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 |
4. How do you plan to achieve these goals?
7 Answers Burger King, Latest, Swatz Oils,
Why do we need url encoding?
Difference between datagrid and datareader?
What is cookies in asp net?
Can we change the session timeout in ASP.NET, if yes then how and from where?
What do you mean by authentication and authorization
Explain the Order of events in an asp.net page?
Explain the difference between asp.net mvc and asp.net webforms
What is difference cookie and session?
Define repository pattern in asp.net mvc? : asp.net mvc
Is it right that ASP.NET Web API has replaced WCF?
What is postback and autopostback in asp.net?