I'm using UltraValidator to validate all textboxes in a form. When I'm saving data from form I call Validate method that shows error icons near invalid textbox.
I need a way hide error icons in order to load new data on form. Can you please help me with this problem? Thank you.
I think this is the same issue i have....i have a form with validators errors icons, i want to clean the form and remove the validation errors but error icons remains on the form, since i clean the form the validator find some errors so i can't send to validate again when i clean the form.
Once the new data is loaded, call the Validate method again, which will update the textboxes whose values are now valid.