Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 26, 2012 01:54 PM by Ramesh T
Member
24 Points
7 Posts
Feb 24, 2012 01:54 PM|LINK
I think you cannot do that.The best solution is to use jquery form validation http://designmodo.com/jquery-form-validation/
http://www.sahbijabnouni.com/
All-Star
36656 Points
5438 Posts
Feb 24, 2012 03:15 PM|LINK
if (Page_ClientValidate()) {
// validation passed
}
Contributor
5081 Points
822 Posts
Feb 26, 2012 01:54 PM|LINK
Sorry kedarrkulkarni
I completely agree that I'm wrong.
Many thanks for explaining it patiently.
@vish02chouhan
Sorry about the confusion.
We could even call specific asp.net validators in Javascript by grouping them (by setting ValidationGroup attribute) and passing the group name as parameter in Page_ClientValidate method call.
Cheers,
R
sahbi_jb
Member
24 Points
7 Posts
Re: Run .net validations before jquery ajax
Feb 24, 2012 01:54 PM|LINK
I think you cannot do that.The best solution is to use jquery form validation
http://designmodo.com/jquery-form-validation/
http://www.sahbijabnouni.com/
bruce (sqlwo...
All-Star
36656 Points
5438 Posts
Re: Run .net validations before jquery ajax
Feb 24, 2012 03:15 PM|LINK
if (Page_ClientValidate()) {
// validation passed
}
Ramesh T
Contributor
5081 Points
822 Posts
Re: Run .net validations before jquery ajax
Feb 26, 2012 01:54 PM|LINK
Sorry kedarrkulkarni
I completely agree that I'm wrong.
Many thanks for explaining it patiently.
@vish02chouhan
Sorry about the confusion.
We could even call specific asp.net validators in Javascript by grouping them (by setting ValidationGroup attribute) and passing the group name as parameter in Page_ClientValidate method call.
Cheers,
R