I have button, that is doing some action (few methods in c#) after clicking.
If user doesn't click Save before clicking that button, all modification done by that user is gone. How to prevent it?
I have button, that is doing some action (few methods in c#) after clicking.
If user doesn't click Save before clicking that button, all modification done by that user is gone. How to prevent it?