Datacontext and reject partial changes

  • Thread starter Thread starter Paul
  • Start date Start date
P

Paul

Hi,

How to do this with a DataContext,
I have a form where there is a DataContext, and allowed to make
changes, since this form opens another form,
and in this second form the user have changes, but on leaving the
second form selects the option to cancel. How can I do to delete only
the second form changes, and keep track of changes on the first form?

Thanks
 
Hallo Paul,

What kind of form your second form is a MDI, a Modal Dialog (showdialog) or
a form which is showed with show?

You better can put the datacontaxt in a seperate class by the way.

Cor
 
Back
Top