开发者

Dundas Chart in User Control

开发者 https://www.devze.com 2023-01-20 04:12 出处:网络
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 -

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$ContentPla开发者_JS百科ceHolder1$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.


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.

0

精彩评论

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