rajeswarirongali Report post Posted March 30, 2009 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 Report post Posted April 21, 2010 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. Share this post Link to post Share on other sites