hiad Report post Posted October 26, 2015 Hi Friends, Im new working with Fusion charts, we are working with a ui using an updatepanel with diferent links, im using the documentation above: http://docs.fusioncharts.com/charts/contents/guide-for-web-developers/vbnet/VB_UpdatePanel.html Right now, on the first page load the graphics is working normally. The problem is when i click on the link i need the graphic appear but i having problem with the updatepanelhook.fusioncharts.js , on this line : if (html.search(/\<script[\s\S]+?\<\/script\>/i) >= 0) { it seams that html.search dont find the script. Javascript code problems. Share this post Link to post Share on other sites
AshokKumaresan Report post Posted October 28, 2015 Hi, Please ignore updatepanelhook.fusioncharts.js and try with this new solution attached with this post, in this we are trying to reassign the event back to any controller after post back. Hope this helps Update Panel.zip Share this post Link to post Share on other sites