0
Reply

ComboBox.SlecetedIndex

Carlos Sanchez

Carlos Sanchez

Aug 21 2004 11:59 AM
1.6k
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.