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 |
Can you change a Master Page dynamically at runtime?
What is odata in web api?
Explain managed code an un-managed code.
can we pass coditions in swtich case?
What is the parent class of all web server control?
What is difference between response.redirect and server.transfer ?
2 Answers Kalinga Software, Satyam,
what is state management in ASP.NET
Can we throw exception from catch Block?
How can we update records in gridview?Is there any appropriate code for it?
What are app services?
What is difference between mvc and asp.net? : Asp.Net MVC
Is a dll file an executable?