Can we use view state in MVC ?
Can we use view state in MVC ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajkiran SwainPosted Jul 18, 2017, 5:31 AM
geetha geethaPosted Nov 26, 2021, 2:11 PM
Sahil SainiPosted Jul 18, 2017, 1:50 AM
The MVC model is quite different. Using MVC puts the developer much closer to the generated HTML, lends itself more easy to unit testing, and provides a strong separation of concerns between the UI and the code that populates that UI.
Naveen BishtPosted Jul 18, 2017, 1:46 AM