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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top