System.Web.UI.HtmlControls Namespace HtmlForm Class
Returns the identifier name for the HtmlForm control.
Script |
string var = HtmlForm.Name |
This property can only be used programmatically; it cannot be set when declaring the control.
A string that contains the identifier name for the HtmlForm control.
Use this property to identify a specific HtmlForm control. This value is always identical to the UniqueID property.
HtmlForm Members