Jan 29, 2006 #1 bitseeker Programmer Joined Nov 27, 2005 Messages 60 Location US Is it possible to reference the Application Cache from custom classes, and if so, what's the syntax? Thanks!
Is it possible to reference the Application Cache from custom classes, and if so, what's the syntax? Thanks!
Jan 29, 2006 #2 ca8msm Programmer Joined May 9, 2002 Messages 11,327 Location GB Try looking at the HttpContext.Current class ____________________________________________________________ Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results. Upvote 0 Downvote
Try looking at the HttpContext.Current class ____________________________________________________________ Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results.
Jan 29, 2006 Thread starter #3 bitseeker Programmer Joined Nov 27, 2005 Messages 60 Location US Ok, thanks! Upvote 0 Downvote