Carlos Sanchez

Carlos Sanchez

  • NA
  • 264
  • 0

ComboBox.SlecetedIndex

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