asp.net.ph

System.Web.UI Namespace

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.

Classes in System.Web.UI

AttributeCollection EmptyControlCollection PersistChildrenAttribute
BaseParser EventEntry PersistenceModeAttribute
BasePartialCachingControl ExpressionBinding PostBackOptions
BaseTemplateParser ExpressionBindingCollection PropertyConverter
BindableTemplateBuilder ExtractTemplateValuesMethod PropertyEntry
BoundPropertyEntry FileLevelControlBuilderAttribute RenderMethod
BuilderPropertyEntry FileLevelMasterPageControlBuilder RenderTraceListener
BuildMethod FileLevelPageControlBuilder RootBuilder
BuildTemplateMethod FileLevelUserControlBuilder SessionPageStatePersister
ChtmlTextWriter FilterableAttribute SimplePropertyEntry
ClientScriptManager HiddenFieldPageStatePersister SimpleWebHandlerParser
CodeStatementBuilder HierarchicalDataSourceControl SkinBuilder
CompiledBindableTemplateBuilder HierarchicalDataSourceView StateBag
CompiledTemplateBuilder Html32TextWriter StateItem
ComplexPropertyEntry HtmlTextWriter StateManagedCollection
ConstructorNeedsTagAttribute IDReferencePropertyAttribute StaticPartialCachingControl
Control ImageClickEventArgs SupportsEventValidationAttribute
ControlBuilder ImageClickEventHandler TagPrefixAttribute
ControlBuilderAttribute IndexedString TemplateBuilder
ControlCachePolicy ListSourceHelper TemplateContainerAttribute
ControlCollection LiteralControl TemplateControl
ControlSkin LosFormatter TemplateControlParser
ControlSkinDelegate MasterPage TemplateInstanceAttribute
ControlValuePropertyAttribute MasterPageControlBuilder TemplateParser
CssClassPropertyAttribute NonVisualControlAttribute TemplatePropertyEntry
CssStyleCollection ObjectConverter ThemeableAttribute
DataBinder ObjectPersistData ThemeProvider
DataBinding ObjectStateFormatter ToolboxDataAttribute
DataBindingCollection ObjectTagBuilder Triplet
DataBindingHandlerAttribute OutputCacheParameters UrlPropertyAttribute
DataBoundLiteralControl Page UserControl
DataKeyPropertyAttribute PageAsyncTask UserControlControlBuilder
DataSourceCacheDurationConverter PageHandlerFactory ValidationPropertyAttribute
DataSourceControl PageParser ValidationSettings
DataSourceControlBuilder PageParserFilter ValidatorCollection
DataSourceSelectArguments PageStatePersister VerificationAttribute
DataSourceView PageTheme ViewStateException
DataSourceViewOperationCallback Pair ViewStateModeByIdAttribute
DataSourceViewSelectCallback ParseChildrenAttribute WebResourceAttribute
DesignerDataBoundLiteralControl ParseRecorder WebServiceParser
DesignTimeParseData PartialCachingAttribute XhtmlTextWriter
DesignTimeTemplateParser PartialCachingControl XPathBinder

See Also

System.Web.UI.HtmlControls Namespace   System.Web.UI.WebControls Namespace Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 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