Hello,
I've used the Focus() method to get the control to re-validate programmatically... You'd switch the focus from where it is curently to the control you want to validate and back... Like so...
txtData.Focus();
sender.focus();
If anyone has other suggestions, I'd love to hear them.
Hope this helps.
thx...d.