Top "Viewstate" questions

ViewState is the mechanism that allows form field values to be preserved across page postbacks.

What is the equivalent of viewstate in ASP.net MVC

In asp.net pages, during postback, ViewState makes the data persistent. What makes the data persistent in ASP.net MVC?

asp.net asp.net-mvc-3 asp.net-mvc-4 viewstate
asp.net c# MVC: How do I live without ViewState?

I am just looking into converting WebForms to MVC: In .net MVC, what concepts make ViewState something thats not required? …

c# asp.net-mvc viewstate
How to disable ViewState for a .aspx page?

I need to completely disable ViewState for a .aspx page inside my web application. I have gone through different blogs …

asp.net viewstate
Maintaining viewstate in Asp.net mvc?

One of the major reasons for using webforms is the ease of being able to maintain viewstate. I would like …

c# asp.net asp.net-mvc viewstate
How to store list of object into ViewState

I have a list of type List<JobSeeker>. I want to store it in ViewState. How this can …

c# asp.net .net list viewstate
The state information is invalid for this page and might be corrupted. (Only in IE)

Can anybody help me out with this exception. I have tried couple of fixes but nothing worked. I am getting …

jquery asp.net internet-explorer viewstate
Failed to load viewstate. Happening only occasionally. Tough to recreate

Details of Error are given below. This error happens only occasionally / rarely / sometimes and there aren't any steps to reproduce …

c# asp.net ajax viewstate
"Padding is Invalid and cannot be removed" exception on WebResource.axd

I have an ASP.NET 2.0 application that is working fine in our local environment. When published to a test server, …

asp.net viewstate webresource.axd