The members of System.Web.UI.HtmlControls.HtmlSelect are listed below.
See Also: Inherited members from System.Web.UI.HtmlControls.HtmlContainerControl
Initializes a new instance of the System.Web.UI.HtmlControls.HtmlSelect class. |
DataMember | string.
Gets or sets the set of data to bind to the System.Web.UI.HtmlControls.HtmlSelect control from a HtmlSelect.DataSource property with multiple sets of data. | |
DataSource | object.
Gets or sets the source of information to bind to the System.Web.UI.HtmlControls.HtmlSelect control. | |
DataSourceID | string.
Gets or sets the System.Web.UI.Control.ID property of the data source control that the System.Web.UI.HtmlControls.HtmlSelect control should use to retrieve its data source. | |
DataTextField | string.
Gets or sets the field from the data source to bind to the System.Web.UI.WebControls.ListItem.Text property of each item in the System.Web.UI.HtmlControls.HtmlSelect control. | |
DataValueField | string.
Gets or sets the field from the data source to bind to the System.Web.UI.WebControls.ListItem.Value property of each item in the System.Web.UI.HtmlControls.HtmlSelect control. | |
override | InnerHtml | string.
Gets or sets the content between the opening and closing tags of the control without automatically converting special characters to their equivalent HTML entities. This property is not supported for this control. |
override | InnerText | string.
Gets or sets the content between the opening and closing tags of the control with automatic conversion of special characters to their equivalent HTML entities. This property is not supported for this control. |
[read-only] | Items | System.Web.UI.WebControls.ListItemCollection.
Gets a collection that contains the items listed in an System.Web.UI.HtmlControls.HtmlSelect control. |
Multiple | bool.
Gets or sets a value indicating whether multiple items can be selected concurrently in the System.Web.UI.HtmlControls.HtmlSelect control. | |
Name | string.
Gets or sets the unique identifier name associated with the System.Web.UI.HtmlControls.HtmlSelect control. | |
SelectedIndex | int.
Gets or sets the ordinal index of the selected item in an System.Web.UI.HtmlControls.HtmlSelect control. | |
Size | int.
Gets or sets the height (in rows) of the System.Web.UI.HtmlControls.HtmlSelect control. | |
Value | string.
Gets the value of the selected item in the System.Web.UI.HtmlControls.HtmlSelect control or sets the HtmlSelect.SelectedIndex property of the control to the index of the first item in the list with the specified value. |
[read-only] | IsBoundUsingDataSourceID | bool.
Gets a value indicating whether a HtmlSelect.DataSourceID property is defined for the System.Web.UI.HtmlControls.HtmlSelect control. |
RequiresDataBinding | bool.
Gets or sets a value indicating whether the System.Web.UI.HtmlControls.HtmlSelect control needs to bind to its specified data source. | |
[read-only] | SelectedIndices | int[].
Gets a collection that contains the zero-based indexes of all currently selected items in the System.Web.UI.HtmlControls.HtmlSelect control. |
ServerChange |
Occurs when the selected items in the System.Web.UI.HtmlControls.HtmlSelect control change between posts to the server. |
System.Web.UI.IPostBackDataHandler.LoadPostData |
For a description of this member, see System.Web.UI.IPostBackDataHandler.LoadPostData(string, System.Collections.Specialized.NameValueCollection). | |
System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent |
For a description of this member, see System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent. |