hi
i'm new to javascript and jquery. i have a from in that i have username and password and country textboxes, and one dropdown and a radiobutton are there. can any one please provide a sample form validation using javascript or jquery.And i want to show the
rror message next textbox example for firstname textbox without entering firstname if user press submit button error message should show next to firstname textbox, same to dropdown and radio button. Thanks Ravi
hi i'm
new to javascript and jquery. i have a from in that i have username and password and country textboxes, and one dropdown and a radiobutton are there. can any one please provide a sample form validation using javascript or jquery.And i want to show the rror
message next textbox example for firstname textbox without entering firstname if user press submit button error message should show next to firstname textbox, same to dropdown and radio button. Thanks Ravi
hi i'm new to javascript and jquery. i have a from in that i have username and password and country textboxes, and one dropdown and a radiobutton are there. can any one please provide a sample form validation using javascript or jquery.And i want to show the
rror message next textbox example for firstname textbox without entering firstname if user press submit button error message should show next to firstname textbox, same to dropdown and radio button.
Hello,
Why don't you use ASP.NET inbuilt validators? Please check the below link. It will help you to understand that your requirement can be easily achieve with ASP.NET validators. Refer the examples.
nrk_hi
Member
136 Points
110 Posts
need form validation using javascript(or jquery) (NEEDED CLIENT SIDE VALDATIONS)
Apr 29, 2012 12:40 AM|LINK
hi i'm new to javascript and jquery. i have a from in that i have username and password and country textboxes, and one dropdown and a radiobutton are there. can any one please provide a sample form validation using javascript or jquery.And i want to show the rror message next textbox example for firstname textbox without entering firstname if user press submit button error message should show next to firstname textbox, same to dropdown and radio button.
Thanks
Ravi
chiragtoad
Member
212 Points
51 Posts
Re: need form validation using javascript(or jquery) (NEEDED CLIENT SIDE VALDATIONS)
Apr 29, 2012 06:04 AM|LINK
check this link this may help you out
http://www.javascript-coder.com/html-form/javascript-form-validation.phtml
http://webdesign.about.com/od/forms/a/aa031599_2.htm
chiks
Member
90 Points
21 Posts
Re: need form validation using javascript(or jquery) (NEEDED CLIENT SIDE VALDATIONS)
Apr 29, 2012 06:17 AM|LINK
For Form validation you see below link
http://www.w3schools.com/js/js_form_validation.asp
look2bar
Member
240 Points
292 Posts
Re: need form validation using javascript(or jquery) (NEEDED CLIENT SIDE VALDATIONS)
Apr 29, 2012 06:51 AM|LINK
http://www.javascript-coder.com/html-form/javascript-form-validation.phtml
http://www.javascript-coder.com/html-form/form-validation.phtml
ramiramilu
All-Star
95463 Points
14106 Posts
Re: need form validation using javascript(or jquery) (NEEDED CLIENT SIDE VALDATIONS)
Apr 29, 2012 10:30 AM|LINK
Use ASP.NEt Validation Controls...like Required Field Validator....Regular Expression Validator etc....
http://msdn.microsoft.com/en-us/library/debza5t0.aspx
Thanks,
JumpStart
Ruchira
All-Star
42975 Points
7025 Posts
MVP
Re: need form validation using javascript(or jquery) (NEEDED CLIENT SIDE VALDATIONS)
Apr 29, 2012 11:01 AM|LINK
Hello,
Why don't you use ASP.NET inbuilt validators? Please check the below link. It will help you to understand that your requirement can be easily achieve with ASP.NET validators. Refer the examples.
http://msdn.microsoft.com/en-us/library/aa479013.aspx
For more advanced info about ASP.NET validators, refer here.
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.