ComboBox.SlecetedIndex
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.
Replies
Know the answer? Post it — somebody with the same question will find it here.