-
Button Server Control
Hi,
Do you know how to create a cancel button on the form that contains validator controls? I have a form with two buttons Submit and Cancel. But when I click cancel button the validator controls always fire their event. Coould you please tell me how to resolve this problem?
Thanks in advances,
Trung Luu
-
I think your going to have to use Custom Validators. Design the VB/Java Script to detect if they hit the cancel button or not. I don't think you could use a required field validator with that solution.