Basically is there a way to hook into when a RequiredFieldValidator does what it does? Like validator.ValidationCompleted ?
Normally for script controls, you can create an expose events so that you can listen to them from other controls, and I was asked if this is possible for the build in validation controls in asp.net but couldn't come up with a good way to do this. I was hoping that there is something built in that fires after a validator has completed it's task that can be captured client side.