Emilio Report post Posted August 25, 2016 Hello, I'm working on an ASP.NET site that contains FusionChart (v 3.10.1) charts with the exportEnabled option set to true, and using the export.api3 URL to handle the image processing. However, whenever a user clicks on the button to save the image the page reloads/refreshes in addition to the image being saved. I know less about the HTML side than the code-behind, but the best I can tell is that a form on the page contains a default postback method with the page's URL, and that's being called when the export is executed. Is this common? Is there a way to fix this, from either the chart's end or the form's end? The form, by the way, is used to contain a couple of asp elements. Any insights would be most appreciated. Emilio Share this post Link to post Share on other sites
soumya Report post Posted August 26, 2016 Hi Emilio, Thanks for the query. The export menu button won't initiate post back event that's why the page is not getting refreshed / reloaded. For further reference please check the demo downloaded from the below given link. https://www.dropbox.com/s/9hp3752lq6nhsyu/Demo%20asp.net%20export%20handler.zip?dl=0 Please check chart_asp.aspx page the said issue is not there from our end. Hope this will help you. Thanks, Share this post Link to post Share on other sites