Is there any other way to store data in web application

Posted by carter-boater on Stack Overflow See other posts from Stack Overflow or by carter-boater
Published on 2010-04-13T23:32:36Z Indexed on 2010/04/13 23:32 UTC
Read the original article Hit count: 446

Filed under:
|
|
|

We use ViewState to store data that is being edited by users. However, ViewState just go to large so we really want something that is faster than that. We considered session, but it has to be manually collected when users travel among pages.

Does anybody has suggestions?

Thank you very much.

© Stack Overflow or respective owner

Related posts about asp

Related posts about web