Programming by coincidence since 1999.
using System.Web.Caching;...HttpContext.Current.Cache[key] == "some value";string value = HttpContext.Current.Cache[key].ToString();
Thanks!!! This is what I needed;)Eugene.
Post a Comment
roses are #FF0000
violets are #0000FF
all my base
are belong to you
1 comments:
Thanks!!! This is what I needed;)
Eugene.
Post a Comment