User1007520750 posted
Hi
I use ViewState["key"] regularly in order to save some data localy until page returns.
I usualy create a constant for every key so I get better control of the keys that are sometimes spread throughout the page.
I try not to overload ViewStates with data in order for the page not to be too heavy.
ViewState["key"] works fine for me. Never manipulated with the SaveViewState and LoadViewState.
Amit