Undo changes to a Row that's bound to text box's in a form.
I use the entity framework to save and update the data so I have no control on what gets saved. If the user hits Cancel on the form I want all the changes to the row to get reverted back to what they where before.
The same problem I have with new row's I have the new row created on starting the form, how can I get rid of it before it gets saved to the database?
Thanks a lot.