I am trying to validate two textboxes to make sure that the entries are numeric. I am using the Validate Event of each of the text boxes. If the entry is not numeric, I set e.Cancel = True. I assumed that that would cancel any events that follow.
If I tab to another control, or click a button it works fine. If I click on a radio button that has code in its Click Event to use the numbers, the program bombs with unhandled exception error. The code in the validate event runs, but the code following also runs. Why?
Thanks,
Elena Quinn
If I tab to another control, or click a button it works fine. If I click on a radio button that has code in its Click Event to use the numbers, the program bombs with unhandled exception error. The code in the validate event runs, but the code following also runs. Why?
Thanks,
Elena Quinn