4

plz guide me how I can enable or disable asp.net validation controls using jQuery from client side. It is required to do so that valdiations can be done on button press.

thanks

1 Answer 1

3

Pretty easy with javascript, just needs adapted to use JQuery:

Sign up to request clarification or add additional context in comments.

1 Comment

To adapt using jquery, when getting the element, getting by jquery returns an array so use the following: ValidatorEnable($('#elementID')[0], true)

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.