Synch DataBound ComboBox

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John Smith

    #1

    Synch DataBound ComboBox

    Hello all:

    Another day another problem :). How do you synch a databound combobox
    with the rest of the controls that are on a form. I have a combobox
    that lists a bunch of names and upon selection I would like the rest of
    the form items (mostly textboxes) to fill in with the details of the
    selected name. I have databound the other controls but they do not
    update, they remain on the first item in the DataSet. I have even tried
    to use the CurrencyManager to get the newly selected item in the
    SelectedIndex event of the ComboBox but this causes an infinite loop as
    the update causes the event to fire again and again.

    Any help is appreciated,

    John
Working...