J
John Cosmas
I have a parent form that has a combobox. In the parent, I placed a
UserControl (created as NEW) inside a Panel that contains a grid that
returns data. As I change the selection of the combobox on the parent, I
would like to see the data in the UserControl embedded in the panel updated
as well. I'm having to acutally use the .Clear method and .Add(UserControl)
to force the control to reload in the Panel whenever the
Combobox.SelectedItem_Changed occurs. I would like to use a method like a
REFETCH, of figure out a way to tell the underlying UserControl object
living in the panel to update whenever the parent record/combobox changes.
Please help.
John
UserControl (created as NEW) inside a Panel that contains a grid that
returns data. As I change the selection of the combobox on the parent, I
would like to see the data in the UserControl embedded in the panel updated
as well. I'm having to acutally use the .Clear method and .Add(UserControl)
to force the control to reload in the Panel whenever the
Combobox.SelectedItem_Changed occurs. I would like to use a method like a
REFETCH, of figure out a way to tell the underlying UserControl object
living in the panel to update whenever the parent record/combobox changes.
Please help.
John