Represents a Microsoft Access database for use with data-bound controls.
AccessDataSourceViewSupports the AccessDataSource control and provides an interface for data-bound controls to perform data retrieval using Structured Query Language (SQL) against a Microsoft Access database.
AdCreatedEventArgsProvides data for the AdCreated event of the AdRotator control. This class cannot be inherited.
AdRotatorDisplays an advertisement banner on a Web page.
AssociatedControlConverterProvides a type converter that retrieves a list of WebControl controls in the current container.
AuthenticateEventArgsProvides data for the Authenticate event.
AutoFieldsGeneratorRepresents a base class for classes that automatically generate fields for data-bound controls that use ASP.NET Dynamic Data features.
AutoGeneratedFieldRepresents an automatically generated field in a data-bound control. This class cannot be inherited.
AutoGeneratedFieldPropertiesRepresents the properties of an AutoGeneratedField object. This class cannot be inherited.
BaseCompareValidatorServes as the abstract base class for validation controls that perform typed comparisons.
BaseDataBoundControlServes as the base class for controls that bind to data using an ASP.NET data source control.
BaseDataListServes as the abstract base class for data listing controls, such as DataList and DataGrid. This class provides the methods and properties common to all data listing controls.
BaseValidatorServes as the abstract base class for validation controls.
BoundColumnA column type for the DataGrid control that is bound to a field in a data source.
BoundFieldRepresents a field that is displayed as text in a data-bound control.
BulletedListCreates a control that generates a list of items in a bulleted format.
BulletedListEventArgsProvides data for the Click event of a BulletedList control.
ButtonDisplays a push button control on the Web page.
ButtonColumnA column type for the DataGrid control that contains a user-defined button.
ButtonFieldRepresents a field that is displayed as a button in a data-bound control.
ButtonFieldBaseServes as the abstract base class for button fields, such as the ButtonField or CommandField class. The ButtonFieldBase class provides the methods and properties that are common to all button fields.
CalendarDisplays a single-month calendar that enables the user to select dates and move to the next or previous month.
CalendarDayRepresents a date in the Calendar control.
CallingDataMethodsEventArgsProvides data for the CallingDataMethods event.
ChangePasswordProvides a user interface that enable users to change their Web site password.
CheckBoxDisplays a check box that allows the user to select a true
or false
condition.
Represents a Boolean field that is displayed as a check box in a data-bound control.
CheckBoxListCreates a multi selection check box group that can be dynamically created by binding the control to a data source.
CircleHotSpotDefines a circular hot spot region in an ImageMap control. This class cannot be inherited.
CommandEventArgsProvides data for the Command
event.
Represents a special field that displays command buttons to perform selecting, editing, inserting, or deleting operations in a data-bound control.
CompareValidatorCompares the value entered by the user in an input control with the value entered in another input control, or with a constant value.
CompleteWizardStepDefines the template of the final step for creating a user account with the CreateUserWizard control.
CompositeControlImplements the basic functionality required by Web controls that contain child controls.
CompositeDataBoundControlRepresents the base class for a tabular data-bound control that is composed of other server controls.
ContentHolds text, markup, and server controls to render to a ContentPlaceHolder control in a master page.
ContentPlaceHolderDefines a region for content in an ASP.NET master page.
ContextDataSourceRepresents a base class for data source controls.
ContextDataSourceContextDataRepresents the context data for the ContextDataSource class.
ContextDataSourceViewSupports the ContextDataSource control and provides an interface for data-bound controls to perform data operations.
ControlIDConverterProvides a type converter that retrieves a list of control IDs in the current container.
ControlParameterBinds the value of a property of a Control to a parameter object.
ControlPropertyNameConverterProvides a type converter that retrieves a list of property names for the current control.
CookieParameterBinds the value of a client-side HTTP cookie to a parameter object. The parameter can be used in a parameterized query or command to select, filter, or update data.
CreateUserErrorEventArgsProvides data for the CreateUserError event.
CreateUserWizardProvides a user interface for creating new Web site user accounts.
CreateUserWizardStepContains basic functionality for creating a user in a step that can be templated. This class cannot be inherited.
CreatingModelDataSourceEventArgsProvides data for the CreatingModelDataSource and CreatingModelDataSource events.
CustomValidatorPerforms user-defined validation on an input control.
DataBoundControlServes as the base class for all ASP.NET version 2.0 data-bound controls that display their data in list or tabular form.
DataControlCommandsThe DataControlCommands class contains public fields that all ASP.NET data-bound controls use, to promote a consistent user interface (UI). This class cannot be inherited.
DataControlFieldServes as the base class for all data control field types, which represent a column of data in tabular data-bound controls such as DetailsView and GridView.
DataControlFieldCellRepresents a cell in the rendered table of a tabular ASP.NET data-bound control, such as DetailsView or GridView.
DataControlFieldCollectionRepresents a collection of DataControlField objects that are used by data-bound controls such as GridView and DetailsView.
DataControlFieldHeaderCellIn accessibility scenarios, represents a header cell in the rendered table of a tabular ASP.NET data-bound control, such as GridView.
DataGridA data bound list control that displays the items from data source in a table. The DataGrid control allows you to select, sort, and edit these items.
DataGridColumnServes as the base class for the different column types of the DataGrid control.
DataGridColumnCollectionA collection of DataGridColumn-derived column objects that represent the columns in a DataGrid control. This class cannot be inherited.
DataGridCommandEventArgsProvides data for the CancelCommand, DeleteCommand, EditCommand, ItemCommand, and UpdateCommand events of the DataGrid control. This class cannot be inherited.
DataGridItemRepresents an item (row) in a DataGrid control.
DataGridItemCollectionRepresents a collection of DataGridItem objects in a DataGrid control.
DataGridItemEventArgsProvides data for the ItemCreated and ItemDataBound events of the DataGrid control. This class cannot be inherited.
DataGridPageChangedEventArgsProvides data for the PageIndexChanged event of the DataGrid control. This class cannot be inherited.
DataGridPagerStyleSpecifies the style for the pager of the DataGrid control. This class cannot be inherited.
DataGridSortCommandEventArgsProvides data for the SortCommand event of the DataGrid control. This class cannot be inherited.
DataKeyRepresents the primary key field or fields of a record in a data-bound control.
DataKeyArrayRepresents a collection of DataKey objects. This class cannot be inherited.
DataKeyCollectionRepresents a collection that contains the key field of each record in a data source. This class cannot be inherited.
DataListA data bound list control that displays items using templates.
DataListCommandEventArgsProvides data for the CancelCommand, DeleteCommand, EditCommand, ItemCommand, and UpdateCommand events of the DataList control. This class cannot be inherited.
DataListItemRepresents an item in a DataList control.
DataListItemCollectionRepresents the collection of DataListItem objects in the DataList control. This class cannot be inherited.
DataListItemEventArgsProvides data for the ItemCreated and ItemDataBound events of a DataList control. This class cannot be inherited.
DataPagerProvides paging functionality for data-bound controls that implement the IPageableItemContainer interface, such as the ListView control.
DataPagerCommandEventArgsProvides data for the PagerCommand event of the TemplatePagerField class.
DataPagerFieldServes as the base class for data pager field types, which represent a navigation control for the DataPager control.
DataPagerFieldCollectionRepresents a collection of DataPagerField objects that are used by the DataPager control.
DataPagerFieldCommandEventArgsProvides data for the Command
event.
Represents a pager field item in a DataPager control.
DataSourceSelectResultProcessingOptionsEncapsulates the options required for processing a select method result from a select operation.
DayRenderEventArgsProvides data for the DayRender event of the Calendar control. This class cannot be inherited.
DetailsViewDisplays the values of a single record from a data source in a table, where each data row represents a field of the record. The DetailsView control allows you to edit, delete, and insert records.
DetailsViewCommandEventArgsProvides data for the ItemCommand event.
DetailsViewDeletedEventArgsProvides data for the ItemDeleted event.
DetailsViewDeleteEventArgsProvides data for the ItemDeleting event.
DetailsViewInsertedEventArgsProvides data for the ItemInserted event.
DetailsViewInsertEventArgsProvides data for the ItemInserting event.
DetailsViewModeEventArgsProvides data for the ModeChanging event.
DetailsViewPageEventArgsProvides data for the PageIndexChanging event.
DetailsViewPagerRowRepresents the pager row in a DetailsView control.
DetailsViewRowRepresents a row within a DetailsView control.
DetailsViewRowCollectionRepresents a collection of DetailsViewRow objects in a DetailsView control.
DetailsViewRowsGeneratorProvides a way to automatically generate fields that use ASP.NET Dynamic Data features for the DetailsView control.
DetailsViewUpdatedEventArgsProvides data for the ItemUpdated event.
DetailsViewUpdateEventArgsProvides data for the ItemUpdating event.
DropDownListRepresents a control that allows the user to select a single item from a drop-down list.
EditCommandColumnA special column type for the DataGrid control that contains the Edit
buttons for editing data items in each row.
Represents an item to embed in an email message constructed using the MailDefinition class.
EmbeddedMailObjectsCollectionRepresents an ordered set of EmbeddedMailObject objects.
EntityDataSourceRepresents an Entity Data Model (EDM) to data-bound controls in an ASP.NET application.
EntityDataSourceChangedEventArgsProvides data for the Inserted, Updated, and Deleted events.
EntityDataSourceChangingEventArgsProvides data for the Inserting, Updating, and Deleting events.
EntityDataSourceContextCreatedEventArgsProvides data for the ContextCreated event.
EntityDataSourceContextCreatingEventArgsProvides data for the ContextCreating event.
EntityDataSourceContextDisposingEventArgsProvides data for the ContextDisposing event.
EntityDataSourceSelectedEventArgsProvides data for the Selected event.
EntityDataSourceSelectingEventArgsProvides data for the Selecting event.
EntityDataSourceValidationExceptionRepresents errors that occur when validating properties of a dynamic data source.
EntityDataSourceViewSupports the EntityDataSource control and provides an interface for data-bound controls to perform queries and other operations against entity data.
FileUploadDisplays a text box control and a browse button that enable users to select a file to upload to the server.
FontInfoEncapsulates the font properties of text. This class cannot be inherited.
FontNamesConverterConverts between a string containing a list of font names and an array of strings representing the individual names.
FontUnitConverterConverts a FontUnit to a string. It also converts a string to a FontUnit.
FormParameterBinds the value of an HTTP request Form field to a parameter object.
FormViewDisplays the values of a single record from a data source using user-defined templates. The FormView control allows you to edit, delete, and insert records.
FormViewCommandEventArgsProvides data for the ItemCommand event.
FormViewDeletedEventArgsProvides data for the ItemDeleted event.
FormViewDeleteEventArgsProvides data for the ItemDeleting event.
FormViewInsertedEventArgsProvides data for the ItemInserted event.
FormViewInsertEventArgsProvides data for the ItemInserting event.
FormViewModeEventArgsProvides data for the ModeChanging event.
FormViewPageEventArgsProvides data for the PageIndexChanging event.
FormViewPagerRowRepresents the pager row in a FormView control.
FormViewRowRepresents a row within a FormView control.
FormViewUpdatedEventArgsProvides data for the ItemUpdated event.
FormViewUpdateEventArgsProvides data for the ItemUpdating event.
GridViewDisplays the values of a data source in a table where each column represents a field and each row represents a record. The GridView control enables you to select, sort, and edit these items.
GridViewCancelEditEventArgsProvides data for the RowCancelingEdit event.
GridViewColumnsGeneratorProvides a way to automatically generate fields that use ASP.NET Dynamic Data features for the GridView control.
GridViewCommandEventArgsProvides data for the RowCommand event.
GridViewDeletedEventArgsProvides data for the RowDeleted event.
GridViewDeleteEventArgsProvides data for the RowDeleting event.
GridViewEditEventArgsProvides data for the RowEditing event.
GridViewPageEventArgsProvides data for the PageIndexChanging event.
GridViewRowRepresents an individual row in a GridView control.
GridViewRowCollectionRepresents a collection of GridViewRow objects in a GridView control.
GridViewRowEventArgsProvides data for the RowCreated and RowDataBound events.
GridViewSelectEventArgsProvides data for the SelectedIndexChanging event.
GridViewSortEventArgsProvides data for the Sorting event.
GridViewUpdatedEventArgsProvides data for the RowUpdated event.
GridViewUpdateEventArgsProvides data for the RowUpdating event.
HiddenFieldRepresents a hidden field used to store a non-displayed value.
HierarchicalDataBoundControlServes as the base class for all ASP.NET version 2.0 data-bound controls that display their data in hierarchical form.
HotSpotImplements the basic functionality common to all hot spot shapes.
HotSpotCollectionRepresents a collection of HotSpot objects inside an ImageMap control. This class cannot be inherited.
HyperLinkA control that displays a link to another Web page.
HyperLinkColumnA column type for the DataGrid control that contains a hyperlink for each item in the column.
HyperLinkControlBuilderInteracts with the parser to build a HyperLink control.
HyperLinkFieldRepresents a field that is displayed as a hyperlink in a data-bound control.
ImageDisplays an image on a Web page.
ImageButtonA control that displays an image and responds to mouse clicks on the image.
ImageFieldRepresents a field that is displayed as an image in a data-bound control.
ImageMapCreates a control that displays an image on a page. When a hot spot region defined within the ImageMap control is clicked, the control either generates a postback to the server or navigates to a specified URL.
ImageMapEventArgsProvides data for the Click event of an ImageMap control.
LabelRepresents a label control, which displays text on a Web page.
LabelControlBuilderInteracts with the parser to build a Label control.
LinkButtonDisplays a hyperlink-style button control on a Web page.
LinkButtonControlBuilderInteracts with the parser to build a LinkButton control.
LinqDataSourceEnables the use of Language-Integrated Query (LINQ) in an ASP.NET Web page through markup text to retrieve and modify data from a data object.
LinqDataSourceContextEventArgsProvides data for the ContextCreating event.
LinqDataSourceDeleteEventArgsProvides data for the Deleting event.
LinqDataSourceDisposeEventArgsProvides data for the ContextDisposing event.
LinqDataSourceInsertEventArgsProvides data for the Inserting event.
LinqDataSourceSelectEventArgsProvides data for the Selecting event.
LinqDataSourceStatusEventArgsProvides data for the ContextCreated, Deleted, Inserted, Selected, and Updated events.
LinqDataSourceUpdateEventArgsProvides data for the Updating event.
LinqDataSourceValidationExceptionDescribes an exception that occurred during validation of new or modified values before values are inserted, updated, or deleted by a LinqDataSource control.
LinqDataSourceViewSupports the LinqDataSource control and provides an interface for data-bound controls to perform LINQ data operations.
ListBoxRepresents a list box control that allows single or multiple item selection.
ListControlServes as the abstract base class that defines the properties, methods, and events common for all list-type controls.
ListItemRepresents a data item in a data-bound list control. This class cannot be inherited.
ListItemCollectionA collection of ListItem objects in a list control. This class cannot be inherited.
ListItemControlBuilderInteracts with the parser to build a ListItem control.
ListViewDisplays the values of a data source by using user-defined templates. The ListView control enables users to select, sort, delete, edit, and insert records.
ListViewCancelEventArgsProvides data for the ItemCanceling event.
ListViewCommandEventArgsProvides data for the ItemCommand event.
ListViewDataItemRepresents an individual data item in a ListView control.
ListViewDeletedEventArgsProvides data for the ItemDeleted event.
ListViewDeleteEventArgsProvides data for the ItemDeleting event.
ListViewEditEventArgsProvides data for the ItemEditing event.
ListViewInsertedEventArgsProvides data for the ItemInserted event.
ListViewInsertEventArgsProvides data for the ItemInserting event.
ListViewItemRepresents an individual item in a ListView control.
ListViewItemEventArgsProvides data for the ItemCreated and ItemDataBound events.
ListViewPagedDataSourceEncapsulates the paging-related properties of a ListView control.
ListViewSelectEventArgsProvides data for the SelectedIndexChanging event.
ListViewSortEventArgsProvides data for the Sorting event.
ListViewUpdatedEventArgsProvides data for the ItemUpdated event.
ListViewUpdateEventArgsProvides data for the ItemUpdating event.
LiteralReserves a location on the Web page to display static text.
LiteralControlBuilderInteracts with the parser to build a Literal control.
LocalizeReserves a location on a Web page in which to display localized static text.
LoginProvides user interface (UI) elements for logging in to a Web site.
LoginCancelEventArgsProvides data for a cancelable event.
LoginNameDisplays the value of the System.Web.UI.Page.User.Identity.Name
property.
Detects the user's authentication state and toggles the state of a link to log in to or log out of a Web site.
LoginViewDisplays the appropriate content template for a given user, based on the user's authentication status and role membership.
MailDefinitionAllows a control to create email messages from text files or strings. This class cannot be inherited.
MailMessageEventArgsProvides data for email-related events.
MenuDisplays a menu in an ASP.NET Web page.
MenuEventArgsProvides data for the MenuItemClick and MenuItemDataBound events of a Menu control. This class cannot be inherited.
MenuItemRepresents a menu item displayed in the Menu control. This class cannot be inherited.
MenuItemBindingDefines the relationship between a data item and the menu item it is binding to in a Menu control. This class cannot be inherited.
MenuItemBindingCollectionRepresents a collection of MenuItemBinding objects.
MenuItemCollectionRepresents a collection of menu items in a Menu control. This class cannot be inherited.
MenuItemStyleRepresents the style of a menu item in a Menu control. This class cannot be inherited.
MenuItemStyleCollectionRepresents a collection of MenuItemStyle objects in a Menu control. This class cannot be inherited.
MenuItemTemplateContainerRepresents a container that holds the contents of a templated menu item in a Menu control.
ModelDataMethodResultEncapsulates the result of a data method operation.
ModelDataSourceThe data source control used by data-bound controls to perform CRUD (create, read, update, delete) operations when model binding is in use.
ModelDataSourceMethodEncapsulates the information about a data method used by a ModelDataSourceView object.
ModelDataSourceViewRepresents a single view of a ModelDataSource control.
ModelErrorMessageDisplays the first model error for a given key from the page's model state.
ModelMethodContextUsed to invoke the UpdateModel<TModel>(TModel) or TryUpdateModel<TModel>(TModel) method when the Page object is not directly accessible.
MonthChangedEventArgsProvides data for the VisibleMonthChanged event of a Calendar control.
MultiViewRepresents a control that acts as a container for a group of View controls.
MultiViewControlBuilderInteracts with the parser to build a MultiView control.
NextPreviousPagerFieldRepresents a field that displays navigation controls in a DataPager control enable users to page through data.
NumericPagerFieldRepresents a DataPager field that enables users to select a page by page number.
ObjectDataSourceRepresents a business object that provides data to data-bound controls in multitier Web application architectures.
ObjectDataSourceDisposingEventArgsProvides data for the ObjectDisposing event of the ObjectDataSource control.
ObjectDataSourceEventArgsProvides data for the ObjectCreating and ObjectCreated events of the ObjectDataSource control.
ObjectDataSourceFilteringEventArgsProvides data for the Filtering event of the ObjectDataSource control.
ObjectDataSourceMethodEventArgsProvides data for the Inserting, Updating, and Deleting events of the ObjectDataSource control.
ObjectDataSourceSelectingEventArgsProvides data for the Selecting event of the ObjectDataSource control.
ObjectDataSourceStatusEventArgsProvides data for the Selected, Inserted, Updated, and Deleted events of the ObjectDataSource control.
ObjectDataSourceViewSupports the ObjectDataSource control and provides an interface for data-bound controls to perform data operations with business and data objects.
PagedDataSourceEncapsulates the paging-related properties of a data-bound control (such as DataGrid, GridView, DetailsView, and FormView) that allow it to perform paging. This class cannot be inherited.
PageEventArgsProvides data for the TotalRowCountAvailable event of a class that implements the IPageableItemContainer interface.
PagePropertiesChangingEventArgsProvides data for the PagePropertiesChanging event.
PagerSettingsRepresents the properties of the paging controls in a control that supports pagination. This class cannot be inherited.
PanelRepresents a control that acts as a container for other controls.
PanelStyleRepresents the style for a Panel control.
ParameterProvides a mechanism that data source controls use to bind to application variables, user identities and choices, and other data. Serves as the base class for all ASP.NET parameter types.
ParameterCollectionRepresents a collection of Parameter and Parameter-derived objects that are used by data source controls in advanced data-binding scenarios.
PasswordRecoveryProvides user interface (UI) elements that enable a user to recover or reset a lost password and receive it in email.
PlaceHolderStores dynamically added server controls on the Web page.
PlaceHolderControlBuilderInteracts with the parser to build a PlaceHolder control.
PolygonHotSpotDefines a polygon-shaped hot spot region in an ImageMap control. This class cannot be inherited.
ProfileParameterBinds the value of an ASP.NET Profile property to a parameter object.
QueryableDataSourceRepresents a base class for data source objects that get data by using LINQ queries.
QueryableDataSourceEditDataRepresents data that can be edited from a QueryableDataSource object.
QueryableDataSourceViewSupports the QueryableDataSource control and provides an interface for data-bound controls to perform LINQ data operations.
QueryContextRepresents a list of parameters that are used to query a data source.
QueryCreatedEventArgsRepresents event data for the QueryCreated event.
QueryExtenderEnables data from a data source to be filtered without an explicit Where
clause in the data source.
Provides an extension method for objects that implement the IQueryable<T> interface.
QueryStringParameterBinds the value of an HTTP request query-string field to a parameter object.
RadioButtonRepresents a radio button control.
RadioButtonListRepresents a list control that encapsulates a group of radio button controls.
RangeValidatorChecks whether the value of an input control is within a specified range of values.
RectangleHotSpotDefines a rectangular hot spot region in an ImageMap control. This class cannot be inherited.
RegularExpressionValidatorValidates whether the value of an associated input control matches the pattern specified by a regular expression.
RepeaterA data-bound list control that allows custom layout by repeating a specified template for each item displayed in the list.
RepeaterCommandEventArgsProvides data for the ItemCommand event of a Repeater. This class cannot be inherited.
RepeaterItemRepresents an item in the Repeater control.
RepeaterItemCollectionRepresents a collection of RepeaterItem objects in the Repeater control. This class cannot be inherited.
RepeaterItemEventArgsProvides data for the ItemCreated and ItemDataBound events of a Repeater.
RepeatInfoEncapsulates the information used to render a list control that repeats a list of items. This class cannot be inherited.
RequiredFieldValidatorMakes the associated input control a required field.
RoleGroupAssociates a content template in a LoginView control with one or more roles defined for the Web site. This class cannot be inherited.
RoleGroupCollectionContains a sequential list of role groups that the LoginView control uses to determine which control template to display to users based on their role. This class cannot be inherited.
RouteParameterBinds the value of a URL segment to a parameter object.
SelectedDatesCollectionEncapsulates a collection of DateTime objects that represent the selected dates in a Calendar control. This class cannot be inherited.
SelectResultRepresents the select result. This type is designed to be used when you use the async model binding feature, which is introduced in 4.6, and want to enable custom paging.
SendMailErrorEventArgsProvides data for the SendMailError
event of controls such as the ChangePassword control, the CreateUserWizard control, and the PasswordRecovery control.
Provides data for the ServerValidate event of the CustomValidator control. This class cannot be inherited.
SessionParameterBinds the value of a session variable to a parameter object.
SiteMapDataSourceProvides a data source control that Web server controls and other controls can use to bind to hierarchical site map data.
SiteMapDataSourceViewProvides a strongly typed HierarchicalDataSourceView object for the SiteMapDataSource control.
SiteMapHierarchicalDataSourceViewRepresents a data view on a site map node or collection of nodes for a SiteMapDataSource control.
SiteMapNodeItemThe SiteMapNodeItem class is used by the SiteMapPath control to functionally represent a SiteMapNode.
SiteMapNodeItemEventArgsProvides data for the ItemCreated and ItemDataBound events.
SiteMapPathDisplays a set of text or image hyperlinks that enable users to more easily navigate a Web site, while taking a minimal amount of page space.
SqlDataSourceRepresents an SQL database to data-bound controls.
SqlDataSourceCommandEventArgsProvides data for the Updating, Deleting and Inserting events of the SqlDataSource control.
SqlDataSourceFilteringEventArgsProvides data for the Filtering event of the SqlDataSource control.
SqlDataSourceSelectingEventArgsProvides data for the Selecting event of the SqlDataSource control.
SqlDataSourceStatusEventArgsProvides data for an event that is raised by the SqlDataSource control after a data operation has completed.
SqlDataSourceViewSupports the SqlDataSource control and provides an interface for data-bound controls to perform SQL data operations against relational databases.
StringArrayConverterProvides a type converter to convert a string of comma-separated values to and from an array of strings.
StyleRepresents the style of a Web server control.
StyleCollectionRepresents a collection of Style objects.
SubMenuStyleRepresents the style of a submenu in a Menu control.
SubMenuStyleCollectionRepresents a collection of SubMenuStyle objects in a Menu control.
SubstitutionSpecifies a section on an output-cached Web page that is exempt from caching. At this location, dynamic content is retrieved and substituted for the Substitution control.
TableDisplays a table on a Web page.
Table.RowControlCollectionRepresents the collection of TableRow objects in a Table control.
TableCellRepresents a cell in a Table control.
TableCellCollectionEncapsulates a collection of TableHeaderCell and TableCell objects that make up a row in a Table control. This class cannot be inherited.
TableCellControlBuilderInteracts with the parser to build a TableCell control.
TableFooterRowRepresents a footer row in a Table control.
TableHeaderCellRepresents a heading cell within a Table control.
TableHeaderRowRepresents a heading row in a Table control.
TableItemStyleRepresents the style properties for an element of a control that renders as a TableRow or TableCell.
TableRowRepresents a row in a Table control.
TableRow.CellControlCollectionRepresents a collection of TableCell objects that are the cells of a TableRow control.
TableRowCollectionEncapsulates a collection of TableRow objects that represent a single row in a Table control. This class cannot be inherited.
TableSectionStyleRepresents the style for a section of a Table control.
TableStyleRepresents the style for the Table control and some Web Parts.
TargetConverterConverts a value that represents the location (target) in which to display the content resulting from a Web navigation to a string. This class also converts a string to a target value.
TemplateColumnRepresents a column type for the DataGrid control that allows you to customize the layout of controls in the column.
TemplatedWizardStepRepresents a step in a wizard control that can be customized through the use of templates.
TemplateFieldRepresents a field that displays custom content in a data-bound control.
TemplatePagerFieldRepresents a DataPager field that enables you to create a custom paging UI.
TextBoxDisplays a text box control for user input.
TextBoxControlBuilderInteracts with the parser to build a TextBox control.
TreeNodeRepresents a node in the TreeView control.
TreeNodeBindingDefines the relationship between a data item and the node it is binding to in a TreeView control.
TreeNodeBindingCollectionRepresents a collection of TreeNodeBinding objects in the TreeView control. This class cannot be inherited.
TreeNodeCollectionRepresents a collection of TreeNode objects in the TreeView control. This class cannot be inherited.
TreeNodeEventArgsProvides data for the TreeNodeCheckChanged, TreeNodeCollapsed, TreeNodeDataBound, TreeNodeExpanded, and TreeNodePopulate events of the TreeView control. This class cannot be inherited.
TreeNodeStyleRepresents the style of a node in the TreeView control.
TreeNodeStyleCollectionRepresents a collection of TreeNodeStyle objects that is in a TreeView control.
TreeViewDisplays hierarchical data, such as a table of contents, in a tree structure.
UnitConverterConverts from a Unit object to an object of another data type and from another type to a Unit object.
ValidatedControlConverterConverts a control on the Web Forms page that can be validated with a validation control to a string containing the control's ID.
ValidationSummaryDisplays a summary of all validation errors inline on a Web page, in a message box, or both.
ViewRepresents a control that acts as a container for a group of controls within a MultiView control.
ViewCollectionRepresents a collection container that enables a MultiView control to maintain a list of its child controls.
WebColorConverterConverts a predefined color name or an RGB color value to and from a Color object.
WebControlServes as the base class that defines the methods, properties and events common to all controls in the System.Web.UI.WebControls namespace.
WizardProvides navigation and a user interface (UI) to collect related data across multiple steps.
WizardNavigationEventArgsProvides data for the CurrentStepIndex property and the NextStepIndex property for navigation in wizard controls.
WizardStepRepresents a basic step that is displayed in a Wizard control. This class cannot be inherited.
WizardStepBaseImplements the basic functionality required by a step in a Wizard control.
WizardStepCollectionRepresents a collection of WizardStepBase-derived objects in a control that acts as a wizard. This class cannot be inherited.
WizardStepControlBuilderInteracts with the parser to build a WizardStepBase-derived control. This class cannot be inherited.
XmlDisplays an XML document without formatting or using Extensible Stylesheet Language Transformations (XSLT).
XmlBuilderInteracts with the parser to build the Xml control.
XmlDataSourceRepresents an XML data source to data-bound controls.
XmlDataSourceViewRepresents a tabular data source view on XML data for an XmlDataSource control.
XmlHierarchicalDataSourceViewRepresents a data view on an XML node or collection of XML nodes for an XmlDataSource control.
FontUnitRepresents the size of a font.
UnitRepresents a length measurement.
IButtonControlDefines properties and events that must be implemented to allow a control to act like a button on a Web page.
ICallbackContainerDefines a method that enables controls to obtain a callback script.
ICompositeControlDesignerAccessorProvides an interface to allow a composite-control designer to recreate the child controls of its associated control at design time.
IDataBoundControlDefines properties that are shared by data-bound controls.
IDataBoundItemControlExposes the properties that are used to display a single item in a data-bound control.
IDataBoundListControlExposes the common properties of data-bound-controls that display multiple rows.
IFieldControlRepresents a contract that exposes properties that automatically generate fields that are based on data in a data-bound control.
IPageableItemContainerDefines members that a data-bound control must implement in order to have paging functionality provided by the DataPager control.
IPersistedSelectorProvides a property that is used by the DynamicDataManager control to enable selecting data in a data-bound control through the query string.
IPostBackContainerDefines a method that enables controls to obtain client-side script options.
IQueryableDataSourceExposes methods and properties that the QueryExtender control uses to communicate with data source controls.
IRepeatInfoUserDefines the properties and methods that must be implemented by any list control that repeats a list of items.
AdCreatedEventHandlerRepresents the method that handles the AdCreated event of an AdRotator control.
AuthenticateEventHandlerRepresents the method that will handle the Authenticate event of a Login control.
BulletedListEventHandlerRepresents the method that will handle the Click event of a BulletedList control.
CallingDataMethodsEventHandlerRepresents the method that handles the CallingDataMethods event.
CommandEventHandlerRepresents the method that will handle the Command
event.
Represents the method that handles a CreateUserError event in the CreateUserWizard control.
CreatingModelDataSourceEventHandlerRepresents the method that handles the CreatingModelDataSource and CreatingModelDataSource events.
DataGridCommandEventHandlerRepresents the method that handles the CancelCommand, DeleteCommand, EditCommand, ItemCommand, and UpdateCommand events of a DataGrid control.
DataGridItemEventHandlerRepresents the method that handles the ItemCreated and ItemDataBound events of a DataGrid control.
DataGridPageChangedEventHandlerRepresents the method that handles the PageIndexChanged event of the DataGrid control.
DataGridSortCommandEventHandlerRepresents the method that handles the SortCommand event of the DataGrid control.
DataListCommandEventHandlerRepresents the method that will handle the CancelCommand, DeleteCommand, EditCommand, ItemCommand, and UpdateCommand events of a DataList control.
DataListItemEventHandlerRepresents the method that will handle the ItemCreated and ItemDataBound events of the DataList control.
DayRenderEventHandlerRepresents the method that handles the DayRender event of the Calendar control.
DetailsViewCommandEventHandlerRepresents the method that handles the ItemCommand event of a DetailsView control.
DetailsViewDeletedEventHandlerRepresents the method that handles the ItemDeleted event of a DetailsView control.
DetailsViewDeleteEventHandlerRepresents the method that handles the ItemDeleting event of a DetailsView control.
DetailsViewInsertedEventHandlerRepresents the method that handles the ItemInserted event of a DetailsView control.
DetailsViewInsertEventHandlerRepresents the method that handles the ItemInserting event of a DetailsView control.
DetailsViewModeEventHandlerRepresents the method that handles the ModeChanging event of a DetailsView control.
DetailsViewPageEventHandlerRepresents the method that handles the PageIndexChanging event of a DetailsView control.
DetailsViewUpdatedEventHandlerRepresents the method that handles the ItemUpdated event of a DetailsView control. This class cannot be inherited.
DetailsViewUpdateEventHandlerRepresents the method that handles the ItemUpdating event of a DetailsView control.
FormViewCommandEventHandlerRepresents the method that handles the ItemCommand event of a FormView control. This class cannot be inherited.
FormViewDeletedEventHandlerRepresents the method that handles the ItemDeleted event of a FormView control.
FormViewDeleteEventHandlerRepresents the method that handles the ItemDeleting event of a FormView control.
FormViewInsertedEventHandlerRepresents the method that handles the ItemInserted event of a FormView control.
FormViewInsertEventHandlerRepresents the method that handles the ItemInserting event of a FormView control.
FormViewModeEventHandlerRepresents the method that handles the ModeChanging event of a FormView control.
FormViewPageEventHandlerRepresents the method that handles the PageIndexChanging event of a FormView control.
FormViewUpdatedEventHandlerRepresents the method that handles the ItemUpdated event of a FormView control.
FormViewUpdateEventHandlerRepresents the method that handles the ItemUpdating event of a FormView control.
GridViewCancelEditEventHandlerRepresents the method that handles the RowCancelingEdit event of a GridView control.
GridViewCommandEventHandlerRepresents the method that handles the RowCommand event of a GridView control.
GridViewDeletedEventHandlerRepresents the method that handles the RowDeleted event of a GridView control.
GridViewDeleteEventHandlerRepresents the method that handles the RowDeleting event of a GridView control.
GridViewEditEventHandlerRepresents the method that handles the RowEditing event of a GridView control.
GridViewPageEventHandlerRepresents the method that handles the PageIndexChanging event of a GridView control.
GridViewRowEventHandlerRepresents the method that handles the RowCreated and RowDataBound events of a GridView control.
GridViewSelectEventHandlerRepresents the method that handles the SelectedIndexChanging event of a GridView control.
GridViewSortEventHandlerRepresents the method that handles the Sorting event of a GridView control.
GridViewUpdatedEventHandlerRepresents the method that handles the RowUpdated event of a GridView control.
GridViewUpdateEventHandlerRepresents the method that handles the RowUpdating event of a GridView control.
ImageMapEventHandlerRepresents the method that handles the Click event of an ImageMap control.
LoginCancelEventHandlerRepresents the method that handles a cancelable event.
MailMessageEventHandlerRepresents the method that handles mail events.
MenuEventHandlerRepresents the method that handles the MenuItemClick event or MenuItemDataBound event of a Menu control.
MonthChangedEventHandlerRepresents the method that handles the VisibleMonthChanged event of a Calendar control.
ObjectDataSourceDisposingEventHandlerRepresents the method that will handle the ObjectDisposing event of the ObjectDataSource control.
ObjectDataSourceFilteringEventHandlerRepresents the method that will handle the Filtering event of the ObjectDataSource control.
ObjectDataSourceMethodEventHandlerRepresents the method that will handle the Selecting, Updating, Inserting, or Deleting event of the ObjectDataSource control.
ObjectDataSourceObjectEventHandlerRepresents the method that will handle the ObjectCreating and ObjectCreated events of the ObjectDataSource control.
ObjectDataSourceSelectingEventHandlerRepresents the method that will handle the Selecting event of the ObjectDataSource control.
ObjectDataSourceStatusEventHandlerRepresents the method that will handle the Selected, Updated, Inserted, and Deleted events of the ObjectDataSource control.
RepeaterCommandEventHandlerRepresents the method that will handle the ItemCommand event of a Repeater.
RepeaterItemEventHandlerRepresents the method that will handle the ItemCreated and ItemDataBound events of a Repeater.
SendMailErrorEventHandlerRepresents the method that handles the SendMailError
event of controls such as the ChangePassword control, the CreateUserWizard control, and the PasswordRecovery control.
Represents the method that will handle the ServerValidate event of a CustomValidator control.
SiteMapNodeItemEventHandlerRepresents the method that will handle the ItemCreated and ItemDataBound events for the SiteMapNodeItem class.
SqlDataSourceCommandEventHandlerRepresents the method that will handle the Updating, Inserting, and Deleting events of the SqlDataSource control.
SqlDataSourceFilteringEventHandlerRepresents the method that will handle the Filtering event of the SqlDataSource control.
SqlDataSourceSelectingEventHandlerRepresents the method that will handle the Selecting event of the SqlDataSource control.
SqlDataSourceStatusEventHandlerRepresents the method that will handle the Selected, Updated, Inserted, and Deleted events of the SqlDataSource control.
TreeNodeEventHandlerRepresents the method that will handle the TreeNodeCollapsed, TreeNodeDataBound, TreeNodeExpanded, or TreeNodePopulate event of the TreeView control.
WizardNavigationEventHandlerRepresents the method that will handle navigation events in a Wizard control.
The System.Web.UI.WebControls namespace contains classes that are rendered as HTML tags, such as the TextBox control and the ListBox control. The namespace also contains classes that are not rendered on the Web page, but support data operations, such as the SqlDataSource and ObjectDataSource classes. Other controls, such as the GridView and DetailsView controls, support data display and editing. The WebControl class serves as the base class for many of the classes in the System.Web.UI.WebControls namespace.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4