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.
Ruchira
All-Star
42888 Points
7020 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.