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.CheckControlValidationProperty

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
);

Parameters

name
[To be supplied.]
propertyName
[To be supplied.]

See Also

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