my boss says dont use view state
Loading
my boss says dont use view state
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.
Abhishek YadavPosted Oct 19, 2022, 4:02 PM
. In some cases, this view state can get large and be a potential source of problems. Some browsers cannot handle such a large hidden field (and the resulting large request), and the browsers may truncate the view state. Truncating the view state causes a view state corrupted error message. This behavior is most likely to occur in simpler browsers. For example, this behavior may occur in a browser on a PDA.
To determine whether you may be running into such an issue, try storing the view state in the session.
Brahma Prakash ShuklaPosted Oct 19, 2022, 4:03 PM
Please see this link.
https://learn.microsoft.com/en-us/troubleshoot/developer/webapps/aspnet/health-diagnostic-performance/troubleshooting-view-state-is-invalid-error
I think it will be useful for you.