How do I save data without using sessions for postback in MVC?

Posted by user54197 on Stack Overflow See other posts from Stack Overflow or by user54197
Published on 2010-06-15T14:29:15Z Indexed on 2010/06/15 14:32 UTC
Read the original article Hit count: 165

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET