I have a validation Summary I am using for the RequiredFieldValidators to use to show the error messages while an image shows up next to the controls being validated. I have set the required field validator to Display="Dynamic". When I select something in the dropdown it removes the image next to the control right away like I want but the errormessage text stays on the ValidatorSummary.
What can I do to make the ValidatorSummary to update dynamically like the RequiredFieldValidator when it removes the image next to the dropdown?
Thanks