How To Validate A Page On The Client Using Javascript



TODO:

Have you ever wanted to validate a page on the client side?

 

SOLUTION:

if (Page_ClientValidate("vgForgotPassword")) {
//do something
}

 

NOTES:

If the validation group does not have a name use ""

 



Add comment

  Country flag

biuquote
  • Comment
  • Preview
Loading