asp.net.ph

BaseValidator.Validate Method

System.Web.UI.WebControls Namespace   BaseValidator Class


Performs validation on the associated input control and updates the IsValid property.

[ VB ]
NotOverridable Public Sub Validate ( )

[ C# ]
public void Validate ( );

[ C++ ]
public: __sealed void Validate ( );

[ JScript ]
public function Validate ( );

Remarks

Use the Validate method to perform validation on the associated input control. This method allows you to programmatically perform validation on the input control. The IsValid property is automatically updated with the validation results.

See Also

BaseValidator Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph