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.
Documentation for this section has not yet been entered.
The HtmlSelect.Value property is commonly used to get the value of the item referenced by the HtmlSelect.SelectedIndex property.
If no item is selected in the control, string.Empty is returned.
If you set this property to a value, the HtmlSelect.SelectedIndex property is updated with the index of the first item in the list that contains that value. If no matching value is found, the HtmlSelect.SelectedIndex property is left unchanged.