带缓存的 MS 图表?

发布于 2024-11-14 04:53:59 字数 275 浏览 4 评论 0原文

我将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文