Hi,
I have a form with two usercontrols, lets say one for company details (parent) and the other Contacts (children).
I have created my Business Classes and have successfully managed to databind on the form between text boxes (company details) and grid (contacts), everything works fine.
I have now decided to split the controls up into user controls, as I will be reusing both controls elsewhere in the application.
This is where my problem arises, how can I shares the BindingSource of usercontrol Company with usercontrol Contacts.
I hope I have made sense, any help would be appreciated.
Many Thanks
Andy
Copyright (c) Marimer LLC