Tagged Questions

5
votes
8answers
783 views

Why would you ever use asp.net’s ViewState storage object over the Session storage object?

Other than because session storage is session-global to more than one page, why would you ever want to use the viewstate to hold values? It seems kind of ridiculous to send any ki …