WebFormsRootDesigner.SetControlID Method (Control, String)

 

Sets the ID property of the specified control with the specified string.

Namespace:   System.Web.UI.Design
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
Return to top
Show: