How to use Jquery Validators for Controls in ASP.NET Formview or GridView
Is it possible to use Jquery Validation on Textboxes inside a ASP.NET formview in editmode...
I do have a 20 text boxes inside the formview...I just want to check for the Special characters for these textboxes...I do now how to do with normal server controls or input controls...but we can't use formview controls directly...we need to specify which formview and which control...is it possible setup a validation for formview and its textboxes....
Thanks You...