G
Guest
I have a combo box that is on a tab page in the tab control. The combo box
is bound to a dataset - I already know about the problem of having to set the
selected index twice to set it at -1. At runtime, when I go to another tab
page, the selected index is still at -1, but when I go back to the first tab
page where the combo box is, the selected index of the combo box is set back
to 0, and there is text in the combo box. The SelectedIndexChanged event
does NOT fire. Does anybody have a workaround for this?
is bound to a dataset - I already know about the problem of having to set the
selected index twice to set it at -1. At runtime, when I go to another tab
page, the selected index is still at -1, but when I go back to the first tab
page where the combo box is, the selected index of the combo box is set back
to 0, and there is text in the combo box. The SelectedIndexChanged event
does NOT fire. Does anybody have a workaround for this?