B
Brian
I am having a heck of a time trying to refresh data in a combobox. I have a
combo box that periodically needs to have its bound data refreshed. I can
refresh the data, but every time I refresh it the updated contents of my
data source is added to the combo and the existing list is not cleared.
I have tried calling Items.Clear() before the bind and this didn't work. It
told me I couldn't call it when .DataSource was set, so I set it to Nothing
and then called Items.Clear(). Still nothing.
I know that I am probably missing something blatantly obvious! Does anybody
have any suggestions?
Thank You
Brian
combo box that periodically needs to have its bound data refreshed. I can
refresh the data, but every time I refresh it the updated contents of my
data source is added to the combo and the existing list is not cleared.
I have tried calling Items.Clear() before the bind and this didn't work. It
told me I couldn't call it when .DataSource was set, so I set it to Nothing
and then called Items.Clear(). Still nothing.
I know that I am probably missing something blatantly obvious! Does anybody
have any suggestions?
Thank You
Brian