System.Web.UI.HtmlControls.HtmlSelect.Name Property

Gets or sets the unique identifier name associated with the System.Web.UI.HtmlControls.HtmlSelect control.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.DefaultValue("")]
public string Name { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Note:

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.

Requirements

Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0