Passing data from page to page using System.Web.Caching.Cache

Posted by Dan on Stack Overflow See other posts from Stack Overflow or by Dan
Published on 2010-04-23T21:17:19Z Indexed on 2010/04/23 21:23 UTC
Read the original article Hit count: 206

Filed under:

I'd like to pass data from one asp.net page to another. I've seen that using System.Web.Caching.Cache is a good way to accomplish this. I'm wondering if it's a good way to do it and also is there any cleanup or other things I need to keep in mind when you the Cache?

I'm not passing very much, at most two integers.

Thanks.

© Stack Overflow or respective owner

Related posts about ASP.NET