Apr 8, 2010

3:01 AM - No comments

Some useful validate functions

Here're some useful functions when you're working with validation.

//Enable or disable page's validations at run time
1. Page_ValidationActive = boolean;

//Force to validate controls or group of controls.
2.Page_ClientValidate();

//Enable or disable a special validator:
3. ValidatorEnable(client_id, boolean);

//Validate a control:
4. ValidatorValidate(val);

5. ???
ValidatorUpdateIsValid();

6.???
ValidatorUpdateDisplay(val)
7.More ?
Here

0 comments:

Post a Comment