You can't if the combobox is databound. Try setting the SelectedIndex
to -1 instead.
Robin S.
--------------------------------------
In cases where I am binding to a data source, I insert a dummy, blank
item in the beginning of the data source.
--
Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com
> You can't if the combobox is databound. Try setting the SelectedIndex
> to -1 instead.
[quoted text clipped - 38 lines]
> > Thanks,
> > Matt
RobinS - 19 Jan 2007 21:43 GMT
That's a good idea.
Robin S.
-----------------------------------------
> In cases where I am binding to a data source, I insert a dummy, blank
> item in the beginning of the data source.
[quoted text clipped - 49 lines]
>> > Thanks,
>> > Matt