System.Web Namespace
The System.Web.UI namespace defines the base set of classes used for programming the user interface in ASP.NET Web applications.
This namespace includes the base Control class, which provides a common set of functionality shared by all ASP.NET server controls, and the Page and UserControl classes, which are automatically generated whenever a request is made for an .aspx file, or when an .ascx file is called in an .aspx file, respectively.
System.Web.UI also includes classes which provide data binding functionality, the ability to save the view state of a given page or control, and parsing functionality for both programmable and static controls.
System.Web.UI.HtmlControls Namespace System.Web.UI.WebControls Namespace
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph