I have a question and I will be grateful if you could share ideas.
I have a ASPX web page with a textbox and a button. The textbox contains an integer. When the button is clicked, it will be transferred to another page wherein a certain integer field in a database, subtracted with the value on the textbox is displayed. The value in the database also is reflected with the calculation.
However, when the browser is closed, I want to re-add the value to database, like a rollback. Will it be possible to do that?