Re: Does WinForm UserControl inherit BindingContext of owner? by Greg
Greg
Tue Oct 28 06:44:46 CST 2003
For every distinct data source in use on a form, Windows Forms creates a
binding manager. It actually does this per binding context, not per form,
however each form has one binding context.
"David Adams" <mel1daa@hotmail.com> wrote in message
news:eks9E0SnDHA.2000@TK2MSFTNGP12.phx.gbl...
> Hi,
>
> Does a usercontrol placed on a form automatically inherit or acquire the
> parent forms' BindingContext?
>
> Thanks,
> Dave
>
>