|
| Class | Description |
|---|
.gif) | AccessDataSource |
Represents a Microsoft Access database for use with data-bound controls.
|
.gif) | AccessDataSourceView |
Supports 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.
|
.gif) | AdCreatedEventArgs |
Provides data for the AdCreated event of the AdRotator control. This class cannot be inherited.
|
.gif) | AdRotator |
Displays an advertisement banner on a Web page.
|
.gif) | AssociatedControlConverter |
Provides a type converter that retrieves a list of WebControl controls in the current container.
|
.gif) | AuthenticateEventArgs |
Provides data for the Authenticate event.
|
.gif) | AutoGeneratedField |
Represents an automatically generated field in a data-bound control. This class cannot be inherited.
|
.gif) | AutoGeneratedFieldProperties |
Represents the properties of an AutoGeneratedField object. This class cannot be inherited.
|
.gif) | BaseCompareValidator |
Serves as the abstract base class for validation controls that perform typed comparisons.
|
.gif) | BaseDataBoundControl |
Serves as the base class for controls that bind to data using an ASP.NET data source control.
|
.gif) | BaseDataList |
Serves 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.
|
.gif) | BaseValidator |
Serves as the abstract base class for validation controls.
|
.gif) | BoundColumn |
A column type for the DataGrid control that is bound to a field in a data source.
|
.gif) | BoundField |
Represents a field that is displayed as text in a data-bound control.
|
.gif) | BulletedList |
Creates a control that generates a list of items in a bulleted format.
|
.gif) | BulletedListEventArgs |
Provides data for the Click event of a BulletedList control.
|
.gif) | Button |
Displays a push button control on the Web page.
|
.gif) | ButtonColumn |
A column type for the DataGrid control that contains a user-defined button.
|
.gif) | ButtonField |
Represents a field that is displayed as a button in a data-bound control.
|
.gif) | ButtonFieldBase |
Serves 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.
|
.gif) | Calendar |
Displays a single-month calendar that allows the user to select dates and move to the next or previous month.
|
.gif) | CalendarDay |
Represents a date in the Calendar control.
|
.gif) | ChangePassword |
Provides a user interface that enable users to change their Web site password.
|
.gif) | CheckBox |
Displays a check box that allows the user to select a true or false condition.
|
.gif) | CheckBoxField |
Represents a Boolean field that is displayed as a check box in a data-bound control.
|
.gif) | CheckBoxList |
Creates a multi selection check box group that can be dynamically created by binding the control to a data source.
|
.gif) | CircleHotSpot |
Defines a circular hot spot region in an ImageMap control. This class cannot be inherited.
|
.gif) | CommandEventArgs |
Provides data for the Command event.
|
.gif) | CommandField |
Represents a special field that displays command buttons to perform selecting, editing, inserting, or deleting operations in a data-bound control.
|
.gif) | CompareValidator |
Compares the value entered by the user in an input control with the value entered in another input control, or with a constant value.
|
.gif) | CompleteWizardStep |
Defines the template of the final step for creating a user account with the CreateUserWizard control.
|
.gif) | CompositeControl |
Implements the basic functionality required by Web controls that contain child controls.
|
.gif) | CompositeDataBoundControl |
Represents the base class for a tabular data-bound control that is composed of other server controls.
|
.gif) | Content |
Holds text, markup, and server controls to render to a ContentPlaceHolder control in a master page.
|
.gif) | ContentPlaceHolder |
Defines a region for content in an ASP.NET master page.
|
.gif) | ControlIDConverter |
Provides a type converter that retrieves a list of control IDs in the current container.
|
.gif) | ControlParameter |
Binds the value of a property of a Control to a parameter object.
|
.gif) | ControlPropertyNameConverter |
Provides a type converter that retrieves a list of property names for the current control.
|
.gif) | CookieParameter |
Binds 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.
|
.gif) | CreateUserErrorEventArgs |
Provides data for the CreateUserError event.
|
.gif) | CreateUserWizard |
Provides a user interface for creating new Web site user accounts.
|
.gif) | CreateUserWizardStep |
Contains basic functionality for creating a user in a step that can be templated. This class cannot be inherited.
|
.gif) | CustomValidator |
Performs user-defined validation on an input control.
|
.gif) | DataBoundControl |
Serves as the base class for all ASP.NET version 2.0 data-bound controls that display their data in list or tabular form.
|
.gif) | DataControlCommands |
The 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.
|
.gif) | DataControlField |
Serves 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.
|
.gif) | DataControlFieldCell |
Represents a cell in the rendered table of a tabular ASP.NET data-bound control, such as DetailsView or GridView.
|
.gif) | DataControlFieldCollection |
Represents a collection of DataControlField objects that are used by data-bound controls such as GridView and DetailsView.
|
.gif) | DataControlFieldHeaderCell |
In accessibility scenarios, represents a header cell in the rendered table of a tabular ASP.NET data-bound control, such as GridView.
|
.gif) | DataGrid |
A 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.
|
.gif) | DataGridColumn |
Serves as the base class for the different column types of the DataGrid control.
|
.gif) | DataGridColumnCollection |
A collection of DataGridColumn-derived column objects that represent the columns in a DataGrid control. This class cannot be inherited.
|
.gif) | DataGridCommandEventArgs |
Provides data for the CancelCommand, DeleteCommand, EditCommand, ItemCommand, and UpdateCommand events of the DataGrid control. This class cannot be inherited.
|
.gif) | DataGridItem |
Represents an item (row) in a DataGrid control.
|
.gif) | DataGridItemCollection |
Represents a collection of DataGridItem objects in a DataGrid control.
|
.gif) | DataGridItemEventArgs |
Provides data for the ItemCreated and ItemDataBound events of the DataGrid control. This class cannot be inherited.
|
.gif) | DataGridPageChangedEventArgs |
Provides data for the PageIndexChanged event of the DataGrid control. This class cannot be inherited.
|
.gif) | DataGridPagerStyle |
Specifies the style for the pager of the DataGrid control. This class cannot be inherited.
|
.gif) | DataGridSortCommandEventArgs |
Provides data for the SortCommand event of the DataGrid control. This class cannot be inherited.
|
.gif) | DataKey |
Represents the primary key field or fields of a record in a data-bound control.
|
.gif) | DataKeyArray |
Represents a collection of DataKey objects. This class cannot be inherited.
|
.gif) | DataKeyCollection |
Represents a collection that contains the key field of each record in a data source. This class cannot be inherited.
|
.gif) | DataList |
A data bound list control that displays items using templates.
|
.gif) | DataListCommandEventArgs |
Provides data for the CancelCommand, DeleteCommand, EditCommand, ItemCommand, and UpdateCommand events of the DataList control. This class cannot be inherited.
|
.gif) | DataListItem |
Represents an item in a DataList control.
|
.gif) | DataListItemCollection |
Represents the collection of DataListItem objects in the DataList control. This class cannot be inherited.
|
.gif) | DataListItemEventArgs |
Provides data for the ItemCreated and ItemDataBound events of a DataList control. This class cannot be inherited.
|
.gif) | DataPager |
Provides paging functionality for data-bound controls that implement the IPageableItemContainer interface, such as the ListView control.
|
.gif) | DataPagerCommandEventArgs |
Provides data for the PagerCommand event of the TemplatePagerField class.
|
.gif) | DataPagerField |
Serves as the base class for data pager field types, which represent a navigation control for the DataPager control.
|
.gif) | DataPagerFieldCollection |
Represents a collection of DataPagerField objects that are used by the DataPager control.
|
.gif) | DataPagerFieldCommandEventArgs |
Provides data for the Command event.
|
.gif) | DataPagerFieldItem |
Represents a pager field item in a DataPager control.
|
.gif) | DayRenderEventArgs |
Provides data for the DayRender event of the Calendar control. This class cannot be inherited.
|
.gif) | DetailsView |
Displays 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.
|
.gif) | DetailsViewCommandEventArgs |
Provides data for the ItemCommand event.
|
.gif) | DetailsViewDeletedEventArgs |
Provides data for the ItemDeleted event.
|
.gif) | DetailsViewDeleteEventArgs |
Provides data for the ItemDeleting event.
|
.gif) | DetailsViewInsertedEventArgs |
Provides data for the ItemInserted event.
|
.gif) | DetailsViewInsertEventArgs |
Provides data for the ItemInserting event.
|
.gif) | DetailsViewModeEventArgs |
Provides data for the ModeChanging event.
|
.gif) | DetailsViewPageEventArgs |
Provides data for the PageIndexChanging event.
|
.gif) | DetailsViewPagerRow |
Represents the pager row in a DetailsView control.
|
.gif) | DetailsViewRow |
Represents a row within a DetailsView control.
|
.gif) | DetailsViewRowCollection |
Represents a collection of DetailsViewRow objects in a DetailsView control.
|
.gif) | DetailsViewUpdatedEventArgs |
Provides data for the ItemUpdated event.
|
.gif) | DetailsViewUpdateEventArgs |
Provides data for the ItemUpdating event.
|
.gif) | DropDownList |
Represents a control that allows the user to select a single item from a drop-down list.
|
.gif) | EditCommandColumn |
A special column type for the DataGrid control that contains the Edit buttons for editing data items in each row.
|
.gif) | EmbeddedMailObject |
Represents an item to embed in an e-mail message constructed using the MailDefinition class.
|
.gif) | EmbeddedMailObjectsCollection |
Represents an ordered set of EmbeddedMailObject objects.
|
.gif) | EntityDataSource |
Represents an Entity Data Model (EDM) to data-bound controls in an ASP.NET application.
|
.gif) | EntityDataSourceChangedEventArgs |
Provides data for the Inserted, Updated, and Deleted events.
|
.gif) | EntityDataSourceChangingEventArgs |
Provides data for the Inserting, Updating, and |