Re: Fill a DataTable in a Class from another Class by Miha
Miha
Tue Jan 06 11:46:10 CST 2004
Hi Eddy,
It doesn't take effect until changes of a new row or modifed one are
commited.
Try invoking BindingManagerBase.EndCurrentEdit.
--
Miha Markic - RightHand .NET consulting & development
miha at rthand com
www.rthand.com
"Eddy" <eddy@romsoft.ro> wrote in message
news:ODqtTqG1DHA.2448@TK2MSFTNGP12.phx.gbl...
> Hi,
>
> I need to fill a dataset in a form and automatically take affect in other
> form.
> For example:
>
> I have a DataGrid attached to a DataTable in Form1 and I'm adding a record
> in the same DataTable, but this time from Form2 and it doesn't take effect
> in form1.
>
>
> Please help me
>
>