NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

BaseValidator.GetControlRenderID

GetControlRenderID method. Finds the control indicated by the relative name and reterns an ID that can be used on the client

[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
[To be supplied.]

See Also

BaseValidator Class | BaseValidator Members | System.Web.UI.WebControls Namespace