venki1024

Members
  • Content count

    1
  • Joined

  • Last visited

Everything posted by venki1024

  1. 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.