Hi,
I had two combo boxes that are databound to the same array of objects.
So both combo boxes has the same list of objects, but they are to be independent of each other on the same form
I had the second combobox with the event SelectIndexChanged.
Somehow whichever combobox index is changed, the other will follow.
This two same selections still happened even without the SelectedIndexChanged event
Has anyone had this problem before?