I have a check summary. I use for RequiredFieldValidators to use to display error messages while the image appears next to the controls being checked. I set the required field validator to display = "Dynamic". When I select something from the drop-down list, it immediately deletes the image next to the control as I want, but the error text remains on ValidatorSummary.
What can I do to get ValidatorSummary to dynamically update like RequiredFieldValidator when it deletes the image next to the dropdown menu?
thank
source
share