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 11:54 AM|LINK
hello, this is great , but I try to do something like that
function myFunction(grop) { if (Page_ClientValidation(grop)) { /*do my work here*/ }}
but an erro in that line
if (Page_ClientValidation(grop))
the error is (Object Expected)
so any ideas ??
thanks a lot in advance.
ad_dc
Member
73 Points
80 Posts
Re: How to call Page.Validate() using javascript
Apr 17, 2008 11:54 AM|LINK
hello, this is great , but I try to do something like that
but an erro in that line