用户控制中的 Dundas 图表

发布于 2024-09-28 01:51:57 字数 222 浏览 4 评论 0原文

我有一个支持 ajax 缩放和滚动的邓达斯图表。 它在网络表单页面中运行良好。但是,一旦我放入用户控件并从另一个页面调用它,我就会收到此错误 -

无法找到回调的目标“ctl00$ContentPlaceHolder1$uc2$chartVisits”或未实现 ICallbackEventHandler。

- 当我尝试使用缩放和滚动功能时。

我可以做什么来解决这个问题。 谢谢。

I have a dundas chart with ajax zooming and scrolling enable.
It works fine in a webform page. But once I put in a user control and called it from another page I get this error -

the target 'ctl00$ContentPlaceHolder1$uc2$chartVisits' for the callback could not be found or did not implement ICallbackEventHandler.

-when I try to use the zoom and scroll functionality.

What can I do to resolve this problem.
Thank You.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

肩上的翅膀 2024-10-05 01:51:57

我在动态添加使用 AJAX 的控件时看到了此错误。确保在 OnInit 方法中或在 Page_Init 事件期间添加任何控件。这在过去已经为我解决了这个问题。

I've seen this error when dynamically adding controls that use AJAX. Make sure you're adding any controls in the OnInit method, or during the Page_Init event. That has solved this problem for me in the past.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文