The text of this article is not in this database — only its details are. Read it on the old site: ASP.Net Form Validation Using jQuery
11 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: ASP.Net Form Validation Using jQuery
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Arunprasad T S VPosted Jun 27, 2018, 10:23 AM
<script src="jquery-2.0.3.js" type="text/javascript"></script> you didn't tell about this line. i got error : file jquery-2.0.3.js was not found
Arunprasad T S VPosted Jun 27, 2018, 9:43 AM
Hi, I got confused. first you should create validation for one textbox, please. Kindly share the code.
Pappu KumarPosted Dec 17, 2015, 7:06 AM
..........................
Vithal WadjePosted Sep 27, 2014, 9:35 AM
yes right,server side validation must but client side validation is also important
Ismail Hakki SenPosted Sep 27, 2014, 7:28 AM
this can be use but need to server-side validation. thanks.
Vithal WadjePosted Sep 1, 2013, 3:10 PM
thanks ali sir
ali khanPosted Sep 1, 2013, 3:01 PM
very useful
Vithal WadjePosted Aug 30, 2013, 4:40 PM
right gakenh01 sir.. ,....next....article will be on that after typeScript.thanks for reading and your valuable suggestion
Gakenh01Posted Aug 30, 2013, 11:52 AM
I must be getting old, but using ASP.Net validation controls then in your code behind do a if(Page.IsValid) is the best way to handle client and then server validation. This article reminded me of classic ASP validation. I'll look forward to future articles.
Vithal WadjePosted Aug 30, 2013, 12:40 AM
yes Deepak Kumar Verma sir.i knows that .that's why I am writing series of articles on validation by comparing a disadvantages scripting languages ,after another three article i will write secure validation techniques but don't forget client side validation techniques has huge advantages wait for my next articles,thanks
Deepak VermaPosted Aug 29, 2013, 11:17 PM
Good for beginners. But JavaScript / jQuery validations can be easily bypassed, if end-user has disabled JavaScript in the browser.