I have a web application .net mvc for satisfaction survey, where the user prefix all the data and click on the end button. The system saves the search data and redirects it to another page and sends a message that ends. But the users click back, so the page comes back and the data is all already filled and click again to finish. But the system is recording everything again. I could consist of writing the data, but I would like to know if there is any function to not allow it to return to the page, or .. when I return, I can validate if the search has already been completed.