View Single Post
Old Dec 9th, 2005, 1:36 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
Caching User Control

I know this isnt the web area, but I'm working with C# .NET and the ASP .NET area is rarely found and used. So if any of you know how to cache a user control that is built programatically, I'd love to hear from you. I've tried:

<%@ OutputCache Duration="1200" VaryByControl="QuickHelp1" VaryByParam="none" %>

With no luck with playing with the params.
Ghost is offline   Reply With Quote