What is the preferred method of refreshing a combo box when the data changes?

Posted by Craig Johnston on Stack Overflow See other posts from Stack Overflow or by Craig Johnston
Published on 2010-05-11T05:09:32Z Indexed on 2010/05/11 5:14 UTC
Read the original article Hit count: 238

Filed under:
|
|

What is the preferred method of refreshing a combo box when the data changes?

If a form is open and the combo box data is already loaded, how do you refresh the contents of the combo box without the form having to be closed and reloaded?

Do you have to do something on the Click event on the combo box? This would seem to be a potential slow down for the app if there is a hit to the database every time someone clicks on a combo box.

© Stack Overflow or respective owner

Related posts about vb

Related posts about combobox