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
How does session work?
How many types of cookies are there in asp.net?
What is a user session?
How does cookies work in asp net?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
Explain method to handle error using HttpError in Web API?
What is the difference between application state and caching?
How do you design a website with multilingual support in ASP.NET ?
Is session server side or client side?
Why do we need url encoding?
To bind columns manually which tags do you need to add within the asp:datagrid ?
What is the mvc framework?
Can you change a master page dynamically at runtime? How?
What does asp stand for in asp.net?
What is difference between viewstate and session in asp net?