BaseValidator::GetControlRenderID Method (String^)

 

Gets the client ID of the specified control.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

protected:
String^ GetControlRenderID(
	String^ name
)

Parameters

name
Type: System::String^

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

Return Value

Type: System::String^

The client ID of the specified control.

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

System_CAPS_noteNote

This method is used primarily by control developers.

.NET Framework
Available since 1.1
Return to top
Show: