Work in a .aspx WEB application that writes data to the database. The problem is that after writing this data and displaying a success information for the user, if I do a reload on the page the browser will send the information back to the server that will again write to the bank. How can I avoid this?