Thread: Cache
View Single Post
Old Dec 9th, 2005, 1:09 PM   #1
Ghost
Man Bear Pig Hunter
 
Ghost's Avatar
 
Join Date: Jul 2005
Location: NorCal, USA
Posts: 295
Rep Power: 4 Ghost is on a distinguished road
Cache

Here is my situation, I have a quick help user control and I want it to be cached for each time its loaded repeatedly, such as if someone goes into edit mode it will not go to the DB and reload its items. I was going to use

<%@ OutputCache duration="1200" VaryByControl="" %>

Any help or advice would be great, I left my C# .NET book at home, so help would be wonderful.
Ghost is offline   Reply With Quote