/ Published in: JavaScript
Page_ClientValidate is a global function. When called this will return true/false if the validator group provided is valid or not.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
if (typeof (Page_ClientValidate) === 'function' && Page_ClientValidate("EntryGroup") === true) { /* Validated */ }