D
Dave
I am trying to simply display/select information from a
combo box filled with table information. This presents
no problem until I have a null field. I check for Null
values in input table/columns and if present I do not
want to have combo box display anything. I have tried:
combobox.SelectedIndex = -1 but the Selected Index does
not change to -1. The combo box is bound to nothing;
DataSource/DisplayMember property = dataset that filled
combo box; ValueMember = control column in dataset that
filled combo box. I'm sure this is a rookie kind of
problem ... but would appreicate some advice ... thanks!
Dave
combo box filled with table information. This presents
no problem until I have a null field. I check for Null
values in input table/columns and if present I do not
want to have combo box display anything. I have tried:
combobox.SelectedIndex = -1 but the Selected Index does
not change to -1. The combo box is bound to nothing;
DataSource/DisplayMember property = dataset that filled
combo box; ValueMember = control column in dataset that
filled combo box. I'm sure this is a rookie kind of
problem ... but would appreicate some advice ... thanks!
Dave