Which namespace does a webpage belong? What is the base class of a webpage?
System.Web.UI.Page is the base class from which all web pages in ASP.NET derive from.