Gets or sets the unique identifier name associated with the System.Web.UI.HtmlControls.HtmlSelect control.
Documentation for this section has not yet been entered.
Use the HtmlSelect.Name property to determine the unique identifier name for an System.Web.UI.HtmlControls.HtmlSelect control. In this implementation, the get accessor returns the value of the System.Web.UI.Control.UniqueID property. However, the set accessor does not assign a value to this property.
The set accessor does not assign a value to this property because the HtmlSelect.Name property must have the same value as the System.Web.UI.Control.UniqueID property for the System.Web.UI.HtmlControls.HtmlSelect control to work properly.