The text of this article is not in this database — only its details are. Read it on the old site: Apply jQuery Validation on ASP.Net Controls
9 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: Apply jQuery Validation on ASP.Net Controls
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
harun kumarPosted Oct 21, 2014, 1:30 AM
Hi Anu, I have page with dynamic field ids which are coming from database. is it possible to validate those fields dynamically...
Anubhav ChaudharyPosted Sep 12, 2014, 2:07 PM
Inside the $(document).ready(function(){}); just add the $('#btn1').click(function(){, now everything will come under this click function. I hope this will work.
Kumar AryanPosted Sep 12, 2014, 7:34 AM
Hello, I want to validate on click of submit button. What i have to write at place of $(document).ready(function() { $("#form1").validate({rules: { <%=name.UniqueID %>:{ required:true },}); });Please suggest.
Anubhav ChaudharyPosted Sep 8, 2014, 3:15 PM
You can use this link to allow only alphabets:---->> http://www.brainbrushups.com/2013/10/jquery-to-allow-only-alphabetsletters.html
Kumar AryanPosted Sep 8, 2014, 5:20 AM
Hi,how to validate required field and only character both in name field....
Anubhav ChaudharyPosted Jan 23, 2014, 11:01 PM
Thanx Asif
Asif KhanPosted Jan 23, 2014, 7:58 AM
nice article!!!