Resetting Combo to original state

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I'm using a combo box and some text boxes on an input form. When the user
submits the input, all the textboxes should be cleared & the combo box reset
to the way it was originally displayed (order desc.)
How do I 'refresh' to combo box to display as it did? It is bound to a
dataset via DisplayMember & ValueMember so it was not filled
programmatically. How do I do this programmatically? (or not?)

Thanks in advance for any clues.
Ant
 
Ant,

What do you want to do exactly? Do you want to select the initial selected
item or you want to clear the combobox?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top