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.