Control::ID Property
.NET Framework (current version)
Gets or sets the programmatic identifier assigned to the server control.
Assembly: System.Web (in System.Web.dll)
public: [ThemeableAttribute(false)] property String^ ID { virtual String^ get(); virtual void set(String^ value); }
Setting this property on a server control provides you with programmatic access to the server control's properties, events, and methods. This property can be set by Web developers by declaring an ID attribute in the opening tag of an ASP.NET server control.
If this property is not specified for a server control, either declaratively or programmatically, you can obtain a reference to the control through its parent control's Controls property.
Note |
|---|
Only combinations of alphanumeric characters and the underscore character ( _ ) are valid values for this property. Including spaces or other invalid characters will cause an ASP.NET page parser error. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
.jpeg?cs-save-lang=1&cs-lang=cpp)