Session state and ViewStateMode
Just a bit confused about EnableViewState and ViewStateMode. Do these directives control session objects on the server side or the state information that gets stored in a hidden field on the page in the browser? Thank you.
|