Hello,
I am working in c# asp.net project. I have 4 to 5 pages.
I am using RequiredFiledValidator, RegilarExpressionValidator....etc on all pages.
But I want to use Jquery validation with common .js file with all validation in it and want to access it on all pages. So i can avoid code duplication on all pages.
Please suggest some example.
Also, can share Jquery or javascript all type of validation on page .
Thanks in advance!