GetControlValidationValue method. Gets the validation value of the control named relative to the validator.
[Visual Basic] Protected Function GetControlValidationValue( _ ByVal name As String _ ) As String [C#] protected string GetControlValidationValue( string name ); [C++] protected: String* GetControlValidationValue( String* name ); [JScript] protected function GetControlValidationValue( name : String ) : String;
BaseValidator Class | BaseValidator Members | System.Web.UI.WebControls Namespace