开发者

ms charts with caching?

开发者 https://www.devze.com 2023-03-10 02:50 出处:网络
I put my implementation of mscharts 4.0 in a user control and it works great - just have to set a couple parameters and go.

I put my implementation of mscharts 4.0 in a user control and it works great - just have to set a couple parameters and go.

I then went to cache the charts because some of them do some pretty intense work, but I get a broken image link when going back to a cached control. I am caching with this line in the ascx:

<%@ OutputCache Duration="28800" VaryByParam="*" %>

I figured the control would cache 开发者_开发技巧the temp image that the charthandler created but evidently not. Has anyone ever come across a solution to this?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号