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;
BaseValidator Class | BaseValidator Members | System.Web.UI.WebControls Namespace