Sign in to follow this  
venki1024

Help req on Export function under Updatepannel

Recommended Posts

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

Hi,

 

Welcome to FusionCharts Forum! :D

 

 

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. B)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this