Hi ,
I have a DataGrid bind to Linq like DataContextA.TableA
and I do add a new record or modify the record at a popup windows and update the DB using
DataContextB.
It is really hard for me to get the new or modified record,
and I have to using different code to get the updated or new record.
that is really annoying ,
is there an easy way to get the updated or new record that changed in another DataContext.
For some reason , I cannot put the DataContextA as a parameter to popup windows and change the DB with DataContextA .
so the scenoria must be
one DataContext to change the DB
one Datacontext to get the changed DB.