
Drop Down List Box On Change Event
I've tried using the click event but that is not what I'm am expecting
or needing. The click event fires when the user first clicks on the
control to make a selection, but before the selection has been made.
You are right about the change event. It only fires when the text in
the text box is changed, and that is only possible when a combo box is
used not a drop down list box. Any other suggestions?
Thanks...