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?
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?