When I pass a BindingSource from Form1 to Form 2 via the constructor I need
to manually rebind all my once databound fields.. Why is this.. I also
tried ResetBindings() and this doesn't work either..
Please refer to:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=92942&SiteID=1
Is this a known Bug?
thanks
Bart Mermuys - 22 Sep 2006 10:40 GMT
Hi,
> When I pass a BindingSource from Form1 to Form 2 via the constructor I
> need to manually rebind all my once databound fields.. Why is this..
see reply to your previous post.
> I also tried ResetBindings() and this doesn't work either..
>
[quoted text clipped - 4 lines]
> Is this a known Bug?
> thanks