0
Answer

ComboBox.SlecetedIndex

Carlos Sanchez

Carlos Sanchez

20y
1.6k
1
Hi all! I have a ComboBox binded to a DataSet, it has 3 items. So, I want the ComboBox has no selected any item. I try this: MyComboBox.SelectedIndex = -1; but it doesn't work. Somebody has any idea? thx in advance.