Sign in to follow this  
rajeswarirongali

Refreshing Fusion charts for every server call in asp.net with c#

Recommended Posts

I am loading bar graph by taking values from database inside ispostback of th epageload.but I have other controls also having server calls.for every server call the bar is loading completely.even i placed in ajax updatepanel

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Rajeswari,

As you are rendering the chart in the page load event, it is getting re-rendered each time the page is loaded.

Please try using a 'if' condition in the 'ispostback' method for the Bar chart in the pageload event.

Hope this helps. :D

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