Community

Four Helpful Features to Add to Your Base Page Class

(Scott Mitchell) All ASP.NET pages extend the Page class in the System.Web.UI namespace, which defines the base functionality, events, methods, and properties common to all ASP.NET pages. This includes common objects like Request, Response, and Session, along with the mechanisms for serializing view

Read More - Register for Free Membership