BaseValidator.GetControlRenderID(String) Method

Definition

Gets the client ID of the specified control.

protected:
 System::String ^ GetControlRenderID(System::String ^ name);
protected string GetControlRenderID (string name);
member this.GetControlRenderID : string -> string
Protected Function GetControlRenderID (name As String) As String

Parameters

name
String

The name of the control to get the client ID from.

Returns

The client ID of the specified control.

Remarks

Use the GetControlRenderID method to get the client ID of the specified control. For more information, see ClientID.

Note

This method is used primarily by control developers.

Applies to

See also