aleks1429 Report post Posted September 26, 2008 Hi all, Does anyone know if there is a way to stop charts from refreshing when another chart is being created? Here is my case: I have an ASP.NET 2.0 page that has 4 chart controls. Each chart is parent of another chart for example: Drop Down Chart 1 > Chart 2 > Chart 3 > Chart 4 All of these charts are in an updatepanel. When I select from drop down. first chart appears. When I click on the first chart bar, second chart appears, etc.... however, when i click on the second bar chart, i don't want for the first chart to refresh. or when i click on the 3 chart i don't want for 1 and 2 one to refresh and reload. Is there a way around this? Thanks, Al Share this post Link to post Share on other sites
Arindam Report post Posted September 27, 2008 Hi, Could you please provide us source code? you can try with ICallbackEventHandler. Share this post Link to post Share on other sites
Arindam Report post Posted September 29, 2008 Hi, Could you please try this example? AJAXUpdatePanel.zip Share this post Link to post Share on other sites