Zahoor Butt Report post Posted January 14, 2012 Hi, I'm using c# with ajax update panel and pulling data from database. Everytime on postback I get this Error: "A FusionChart oject with the specified id "myChartId" already exists. Renaming it to chartobject-1" Please help! Regards, Zahoor Share this post Link to post Share on other sites
Guest Bindhu Report post Posted August 25, 2012 Hi Zahoor, Please note that the chart ids must be unique. Also, please try using dispose() method before re-rendering the same chart. Hope this helps! Share this post Link to post Share on other sites