I have two comboBox cb_Brand and cb_Model on a winForm.
cb_Brand
cb_Model
cb_Model populates values on brand Select. the problem is: if we sele
I have same problem then I used
combobox1.SelectedIndex=-1
and it works.
i had same problem now and Combobox's ResetText method solved the problem for me