Why there is no viewstate in mvc?
Answer / Vandana Barya
ViewState is a feature of Web Forms (ASP.NET 2.0) used to maintain the state of server controls between postbacks, but MVC is designed differently and relies on other methods for handling user input.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is partial view in mvc?
How you can send the result back in json format in mvc?
What is mvc in struts framework?
Explain using hyperlink how you can navigate from one view to other view?
What is mvc programming?
Is mvc better than web forms?
How you can implement ajax in mvc?
What is the difference between temp data, view, and view bag?
Why is mvc good?
Why use html.partial in mvc?
Explain what is routing? What are the three segments for routing is important?
Explain MVC (Model-View-Controller) in general?