Community

Understanding Page Class in ASP.NET 2.0

(SANJIT SIL) All web forms are actually instances of the ASP.NET page class, which is defined in the System.Web.UI namespace. The Page class inherits from the TemplateControl class, which in turn inherits from the Control class. As a result, the Page class provides useful properties and methods that

Read More - Register for Free Membership