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
Bharat Biyani - 02 Aug 2004 06:43 GMT
Just set the SelectedIndex property of the combobox to -1 after u have donew the data binding.

Signature
Bharat Biyani (bsb@orcim.com)
http://www.orcim.com
> Hello,
>
[quoted text clipped - 6 lines]
> Thank you in advance,
> Eric