Determines if the referenced control has a validation property and throws errors if it does not
[Visual Basic] Protected Sub CheckControlValidationProperty( _ ByVal name As String, _ ByVal propertyName As String _ ) [C#] protected void CheckControlValidationProperty( string name, string propertyName ); [C++] protected: void CheckControlValidationProperty( String* name, String* propertyName ); [JScript] protected function CheckControlValidationProperty( name : String, propertyName : String );
BaseValidator Class | BaseValidator Members | System.Web.UI.WebControls Namespace