http://authors.aspalliance.com/aspxtreme/aspnet/syntax/aspnetpagesyntax.aspx

Reference information for asp.net web pages

satya - Wednesday, April 18, 2007 2:42:45 PM

various aspects of a page directive

various aspects of a page directive

satya - Wednesday, April 18, 2007 2:49:31 PM

Sample page directive

<%@ Page Language = "C#" 
   ContentType = "text/xml" 
   AutoEventWireup="true"
   CodeFile="com.ai.samples.Page1"
   Inherits="Page1"
   %>