I have asp.net ajax modal popup extender in which I have placed text boxes. The text boxes are validated and the validation error messages are shown.
There is a scenario where I need to clear the validation error messages.
When I save the modal popup without entering values, validation error messages appear. Now I close the modal popup clicking on cancel button.
Next time when I open the modal popup I see the same error messages. How could I clear just the validation error messages through jquery. I don't want to disable the validators but I only need to clear the error.