This documentation is archived and is not being maintained.
BaseValidator.GetControlRenderID Method
.NET Framework 1.1
Gets the client ID of the specified control.
[Visual Basic] Protected Function GetControlRenderID( _ ByVal name As String _ ) As String [C#] protected string GetControlRenderID( string name ); [C++] protected: String* GetControlRenderID( String* name ); [JScript] protected function GetControlRenderID( name : String ) : String;
Parameters
- name
- The name of the control to get the client ID.
Return Value
The client ID of the specified control.
Remarks
Use the GetControlRenderID method to get the client ID of the specified control.
Note This method is primarily used by control developers.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
BaseValidator Class | BaseValidator Members | System.Web.UI.WebControls Namespace
Show: