Namespace for Web page in ASP.NET

Name the namespace for Web page in ASP.NET

System.Web.UI.Page

The Page class is a control that acts as the user interface for your Web application. The Page class is a control that acts as the user interface for your Web application.
Overloading and overriding
ASP.NET overloading and overriding - Overriding - Methods have the same signature as the parent class method....
User locale in ASP.NET
ASP.NET - user locale in ASP.NET - System.Web.UI.Page.Culture....
How do you implement inheritance in .NET?
.NET - How do you implement inheritance in .NET? - In VB.Net we implements using Inherits keyword....
Post your comment