Would like to be able to reset a combo box when a user hits escape and so resets the text boxes.
So for example, a user selects a value from a combo box, then enters a value in a text box, but then decides doesn't want that value, so hits escape.
On the 'on escape' event I would like to know how to kick off my code that will reset the combo box to null?
Thanks for any assistance..
So for example, a user selects a value from a combo box, then enters a value in a text box, but then decides doesn't want that value, so hits escape.
On the 'on escape' event I would like to know how to kick off my code that will reset the combo box to null?
Thanks for any assistance..