带缓存的 MS 图表?
我将 mscharts 4.0 的实现放入用户控件中,效果很好 - 只需设置几个参数即可。
然后我去缓存图表,因为其中一些图表做了一些相当紧张的工作,但是当我返回到缓存的控件时,我得到了一个损坏的图像链接。我在 ascx 中使用这一行进行缓存:
<%@ OutputCache Duration="28800" VaryByParam="*" %>
我认为控件会缓存图表处理程序创建的临时图像,但显然不是。有没有人遇到过这个问题的解决方案?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论