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.
Documentation for this section has not yet been entered.
If the HtmlSelect.DataSource property contains multiple sets of data, use the HtmlSelect.DataMember property to specify which set of data to bind to the control. For example, if you have a System.Data.DataSet object with multiple tables, use this property to indicate which table to bind to the control.
After you have specified the data source to bind to the control, you can then specify which fields from the data source to bind to the System.Web.UI.WebControls.ListItem.Text and System.Web.UI.WebControls.ListItem.Value properties of each item in the control by setting the HtmlSelect.DataTextField and HtmlSelect.DataValueField properties, respectively.