I´ve an WebForms application with a simple form which persists values in the DB. The problem is: if I refresh this page (a simple F5), even when the form fields are empty, the last values are persisted again in the DB.
I just want to disable this behavior. How can I do this?
Thanks!