Thursday, January 25, 2007

Structure of Asp.net page

Following are list of the important element of asp,net
  • Directives
  • Code & declaration block
  • Server side comment
  • Server side include directives.
A Directive control shows how an asp.net page is compiled.
the begining of a directive is marked with <%@ and end with %>
there are several type of page directives.
1.lanuage Page directives
2.Trace Directives'
3. import directives and many more.