Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
73 Points
80 Posts
Apr 17, 2008 01:06 PM|LINK
Well, I got it worked now
just using Page_ClientValidate instate of using Page_ClientValidation
so the code it like that
function myFunction(grop) { if (Page_ClientValidate(grop)) { /*do my work here*/ }}
thank you , and I hope this may help
ad_dc
Member
73 Points
80 Posts
Re: How to call Page.Validate() using javascript
Apr 17, 2008 01:06 PM|LINK
Well, I got it worked now
just using Page_ClientValidate instate of using Page_ClientValidation
so the code it like that
thank you , and I hope this may help