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


I have 2 taxboxes and 1 requires verification. I have this setup with HTML. Legitimate display I want to keep the data that has been posted on the verification post. Instead the page gets refreshed and data is lost, which again records the data to the user. How do I stop without using sessions?

Why do not you follow the pattern described in this blog post because technically postback technically exists Not a concept in ASP.NET MVC:


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -