Can I use ViewState to store my object? for example, collection object? like what we can do using "Session".
I was encounter problem when I use Viewstate in this case.
As what I know: limitation of Session is use more server resource and timeout limited. Because I just need to keep my values in the same page, so I think about Viewstate.
I was encounter problem when I use Viewstate in this case.
As what I know: limitation of Session is use more server resource and timeout limited. Because I just need to keep my values in the same page, so I think about Viewstate.