L
Lil' Dub
How can I add to ViewState from a Class. I've inherited Page (tried Control
as well) and then call:
ViewState.Add("ITEM", "VALUE");
but when I try Response.Write((String) ViewState["ITEM"]) I get nothing.
Thanks.
as well) and then call:
ViewState.Add("ITEM", "VALUE");
but when I try Response.Write((String) ViewState["ITEM"]) I get nothing.
Thanks.