<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ASP.NET PartialCachingAttribute Problem</title><link>http://weblogs.asp.net/dmarsh/archive/2003/11/25/39793.aspx</link><description>Preface: I've seen this discussed before, but haven't really found a solution through all my searching, so I'm hoping I'm just missing something. As you may or may not know, if you're creating a server control you can enable that control to be automagically</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>re: ASP.NET PartialCachingAttribute Problem</title><link>http://weblogs.asp.net/dmarsh/archive/2003/11/25/39793.aspx#39876</link><pubDate>Wed, 26 Nov 2003 13:07:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:39876</guid><dc:creator>Ian Griffiths</dc:creator><author>Ian Griffiths</author><description>Can't you make the cached control the child of an uncached control?  The uncached control wouldn't contribute anything to the output - it just wraps the cached control.  That way you can put your behaviour in the uncached control, but still get caching for its child.&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=39876" width="1" height="1"&gt;</description></item><item><title>re: ASP.NET PartialCachingAttribute Problem</title><link>http://weblogs.asp.net/dmarsh/archive/2003/11/25/39793.aspx#39813</link><pubDate>Wed, 26 Nov 2003 02:24:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:39813</guid><dc:creator>Andrew</dc:creator><author>Andrew</author><description>I had some controls where I used a code only control and an ascx.&lt;br&gt;&lt;br&gt;The code only control would check the cache in Render based on it's properties and then LoadControl the ascx if I needed to generate some html.&lt;br&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=39813" width="1" height="1"&gt;</description></item><item><title>re: ASP.NET PartialCachingAttribute Problem</title><link>http://weblogs.asp.net/dmarsh/archive/2003/11/25/39793.aspx#39806</link><pubDate>Wed, 26 Nov 2003 01:42:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:39806</guid><dc:creator>Oddur Magnusson</dc:creator><author>Oddur Magnusson</author><description>I manually override the render method to provide my own caching. Mainly because I can't set the value of the attribute dynamicly&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=39806" width="1" height="1"&gt;</description></item></channel></rss>