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

Signature
dchman
William Sullivan - 29 Jun 2006 16:33 GMT
Did you try the Invalidate() method?
> 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
[quoted text clipped - 5 lines]
>
> thanks
dchman - 29 Jun 2006 17:11 GMT
Thanks for the tip. Much better than my work-around of refilling the
associated table adapter.

Signature
dchman
> Did you try the Invalidate() method?
>
[quoted text clipped - 7 lines]
> >
> > thanks