Click here to Skip to main content
15,891,473 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi, pls help me to show validation error messages inside the textbox control. I have one method to do it but when using master page it is not working.
Posted
Comments
[no name] 17-Mar-14 13:46pm    
What have you done yet please share that first. Then it will help you to give the solution.

1 solution

A good point to start would be to use jQuery Form Validatior. You can check the documentation and their example by going to: http://formvalidator.net/#reg-form it has various examples, and they also have a CDN so you can link the library. Do not forget that Jquery when run locally may not display the expected results, so please keep this in mind (due to local machines security features, so you can allways use JsFiddle for testing)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900