Interesting. So it resides adjacent to the root namespace "System"?
(
i.e.
System.Web
ASP.MyBasePage
)
How would you address it with it's full name?
The MyBasePage is the name of the template web form you have us create in Chapter 6, Pg. 227. It inherits from BasePage, which in turn inherits from System.Web.UI.Page. The BasePage class has two additional event handlers.
|