How do I save data without using sessions for postback in MVC?
- by user54197
I have 2 texboxes and 1 needs validation. I have this setup with Html.ValidationSummary display. I would like to keep the data that has been entered on the validation postback. Instead the page is refreshed and the data is lost which makes the user enter the data again. How do I prevent that without using sessions?