venki1024 Report post Posted March 31, 2010 HI, This is venkatesh , i have implemented the Export functionality from the client side in ASP.net , but the same is not working under the AJAX controls (Update pannel). So can some one help me out with the same. So that during partial post back the export "save" gets changed to "Waiting". Here is the code that i have implemented. < table width="100%"> <tr align="center"> <td style="width: 275px;">< asp:UpdatePanel ID="up23" runat="server"> <ContentTemplate>< div id="fcconsumptiondiv" align="center">FusionCharts Export Handler Component </div><script type="text/javascript"> var myExportComponent = new FusionChartsExportObject("fcExporter2", "../Charts/FCExporter.swf"); myExportComponent.Render("fcconsumptiondiv"); </script> </ContentTemplate> </asp:UpdatePanel> Thank you in advance. Share this post Link to post Share on other sites
Sanjukta Report post Posted November 26, 2010 Hi, Welcome to FusionCharts Forum! This happens because either "RegisterWithJS" (the last) parameter is not enabled (set to “1”/”true”) in the HTML page or the Flash Player 10 or above is not installed. Ref.- var myChart = new FusionCharts("Column2D.swf", "myChartId", "400", "60", "0", "1"); Hope this helps. Share this post Link to post Share on other sites