.NET FAQs Unleashed!
 

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.

1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22