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

Re: Resetting Combo to original state by Stoitcho

Stoitcho
Wed Feb 01 08:15:13 CST 2006

Ant,

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


--

Stoitcho Goutsev (100)

"Ant" <Ant@discussions.microsoft.com> wrote in message
news:D4FDCB00-F249-40EB-86E9-4873187FF66F@microsoft.com...
> 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