Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You now understand well that each ASPX page is converted into a class. The class corresponding to the ASPX page derives most of its functionality from its base class—System.Web.UI.Page. If you look at the .NET Framework documentation, you would note that the Page class itself derives from System.Web.UI.TemplateControl, System.Web.UI.Control, and System.Object, as shown in Figure 1.11.