Hello
Is there anyway to customize only the client side code validation generated by the EnableClientValidation?
I have some forms Ajax Submited with Jquery being client side validated with jquery validation and in the submitHandler i post the form.
I want to create a helper to write my own client side validation, but i have no idea on how to get the validation attributes (with or without reflection) from my metaData class.
Any help would be appreciated and sorry for my bad english :P