What is the use of directives & explain with example?

Answers were Sorted based on User's Feedback



What is the use of directives & explain with example?..

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

What is the use of directives & explain with example?..

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

Post New Answer

More ASP.NET Interview Questions

What are the new page events added in Asp.net 2.0 ?

5 Answers   Sapient, TCS,


if i have a web page, and after the postback i dont to maintain the viewstate. How can we maintain in web application?

4 Answers   CGI,


What is viewstate information stored?

0 Answers  


How do you create master pages in asp.net?

2 Answers   Wipro,


Difference between Active Exe and Activex dll ?

1 Answers   DELL,






What is a multilingual website?

0 Answers  


Why we use content place holder in asp.net?

0 Answers  


How do you construct HtmlResponseMessage?

1 Answers  


Are there resources online with tips on asp to asp.net conversions?

0 Answers  


What are the different types of validation controls in asp.net?

0 Answers  


Explain the flow of processing of the request? : asp.net mvc

0 Answers  


Explain diff. Between friend and protected friend?

0 Answers  


Categories