What is the use of @Page Directive?
Interview question and answer by:
Vpramodg | Posted on: 10/18/2010 | Category:
ASP.NET Interview questions | Views: 1853 | |
Points: 40
Answer:
@Page Directive is used to specify attributes that affect the page in the .aspx page (content page).
<%@Page Language=”C#” Debug=”true” %>
<%@ Page attribute="value" [attribute="value"...] %>
Eg:
MasterPageFile
Theme
Title
Trace
Asked In: Many Interviews
|
Alert Moderator
Found interesting? Add this to: