html - MVC4 - Clearing form after submission to hide values from browser's back function -


This is for an application that will be used in public place to collect data. This will not require a login After the people who fill out the form have finished, I need to make sure that the back button does not reveal form data for those who have filled the first form.

I have already searched StackOverflow and the web. In the config, trying to set the header for no-cache and setting the outputstore nancach to the right. Whatever I have tried to do, I do not see anything when the back button is pressed. What is the best way to do this? I do not want to depend on javascript for this.

In short - you . If you want to know more about why there is no proper way to do this and there are some suggestions for doing some partial work - you can call it


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -