WebFormsRootDesigner.SetControlID Method (Control, String)
.NET Framework (current version)
Sets the ID property of the specified control with the specified string.
Assembly: System.Design (in System.Design.dll)
abstract SetControlID : control:Control * id:string -> unit override SetControlID : control:Control * id:string -> unit
Parameters
- control
-
Type:
System.Web.UI.Control
The control on which to set the ID.
- id
-
Type:
System.String
The string to set as the ID for the control.
.NET Framework
Available since 2.0
Available since 2.0
Show: