System.Web.UI.WebControls.BaseValidator.GetControlRenderID Method

Gets the client ID of the specified control.

Syntax

protected string GetControlRenderID (string name)

Parameters

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

Returns

The client ID of the specified control.

Remarks

Use the BaseValidator.GetControlRenderID(string) method to get the client ID of the specified control. For more information, see System.Web.UI.Control.ClientID.

Note:

This method is used primarily by control developers.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0