The methods of System.Web.UI.HtmlControls.HtmlSelect are listed below. For a list of all members, see the HtmlSelect Members list.
See Also: Inherited members from System.Web.UI.HtmlControls.HtmlContainerControl
Adds a parsed child control to the System.Web.UI.HtmlControls.HtmlSelect control.
Clears the list selection of the System.Web.UI.HtmlControls.HtmlSelect control and sets the System.Web.UI.WebControls.ListItem.Selected property of all items to false.
Creates an System.Web.UI.EmptyControlCollection object for the System.Web.UI.HtmlControls.HtmlSelect control.
Verifies that the System.Web.UI.HtmlControls.HtmlSelect control requires data binding and that a valid data source control is specified before calling the System.Web.UI.Control.DataBind method.
Gets an IEnumerable object that represents the data source that is bound to the System.Web.UI.HtmlControls.HtmlSelect control.
Processes the postback data for the System.Web.UI.HtmlControls.HtmlSelect control.
Restores the System.Web.UI.HtmlControls.HtmlSelect control's view state information from a previous page request that was saved by the HtmlSelect.SaveViewState method.
Raises the System.Web.UI.Control.DataBinding event of an System.Web.UI.HtmlControls.HtmlSelect control.
Invoked when the HtmlSelect.DataSource, HtmlSelect.DataMember, or HtmlSelect.DataSourceID property is changed.
Raises the System.Web.UI.Control.Init event for the System.Web.UI.HtmlControls.HtmlSelect control.
Raises the System.Web.UI.Control.Load event for the System.Web.UI.HtmlControls.HtmlSelect control.
Documentation for this section has not yet been entered.
Raises the System.Web.UI.Control.PreRender event for the System.Web.UI.HtmlControls.HtmlSelect control.
Raises the HtmlSelect.ServerChange event of the System.Web.UI.HtmlControls.HtmlSelect control. This allows you to provide a custom handler for the event.
Calls the HtmlSelect.OnServerChange(EventArgs) method to signal the System.Web.UI.HtmlControls.HtmlSelect control that the state of the control has changed.
Renders the System.Web.UI.HtmlControls.HtmlSelect control's attributes to the specified System.Web.UI.HtmlTextWriter object.
Renders the System.Web.UI.HtmlControls.HtmlSelect control's child controls to the specified System.Web.UI.HtmlTextWriter object.
Saves any System.Web.UI.HtmlControls.HtmlSelect control view state changes that have occurred since the page was posted back to the server.
Selects multiple items of the System.Web.UI.HtmlControls.HtmlSelect control's HtmlSelect.Items collection.
Tracks view state changes to the System.Web.UI.HtmlControls.HtmlSelect control so the changes can be stored in the control's System.Web.UI.StateBag object. This object is accessible through the System.Web.UI.Control.ViewState property.