I have a form w/ a textbox and Cancel button on it. I have a routine to
handle textbox.validat ing, and I have the form setup so the Cancel
button is the Cancel button.
WHen the user clicks on the cancel button, the textbox.validat ing is
being called. I don't want it to be since they are exiting the screen
the validation doesn't have to be done.
How can I do that.
Thanks.
Darin
*** Sent via Developersdex http://www.developersdex.com ***
handle textbox.validat ing, and I have the form setup so the Cancel
button is the Cancel button.
WHen the user clicks on the cancel button, the textbox.validat ing is
being called. I don't want it to be since they are exiting the screen
the validation doesn't have to be done.
How can I do that.
Thanks.
Darin
*** Sent via Developersdex http://www.developersdex.com ***
Comment