i

ASP.Net A Complete Guide

Page Class

It is also called a Web Forms page. The page class is The page class that provides the output to the file, which has the extension of (.aspx). Classes are derived from the page. Page output can be generated with the help of designer file (.aspx) file, code-behind file and the page class. The Page class is a control that acts as the user interface for your Web application. The Page object act as the naming container for all the server controls in a page, except those that implement the INamingContainer interface or the child controls that implement this interface.

Constructors of Page class:

Page(): Initializes the Page class new instance.

Fields of Page class :

postEventArgumentID: It defines EVENTARGUMENT hidden field for the loaded page.

postEventSourceID: It defines the EVENTTARGET hidden field for the loaded page.