Default Value of ComboBoxes...

  • Thread starter Thread starter Beringer
  • Start date Start date
B

Beringer

Hello,

Maybe it is just late and I'm going crazy but...
Is there a way to not have a DataBound ComboBox display a value on
initialization(i.e. no selection from the drop down list)?
I've checked and a non-databound ComboBox can be initailly displayed with no
selection.

Thank you in advance,
Eric
 
Just set the SelectedIndex property of the combobox to -1 after u have donew the data binding.
 
Back
Top