Combobox refresh after changing displaymember and valuemember

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

Guest

I want to set the values for the combobox.displaymember and valuemember at
runtime. Its seems simple enough, but after changing them in response to a
change in an option group, I can't figure out how to get the combobox to
refresh itself with the new settings. I've tried the combobox.refresh()
method.

Anyone know how to get the combo box to refresh itself?

thanks
 
Thanks for the tip. Much better than my work-around of refilling the
associated table adapter.
 
Back
Top