Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello!

I'm using several ASP.Net charts on a page, each one is inside an updatePanel (UpdateMode set to Conditional).

But for some reason, when I trigger one of the updatepanels (by triggering one of its controls) - all Charts are being reRendered (They get to their "onPreRender" event). this is of course a bit slow...

Is there anything other than setting "UpdateMode=Conditional" on each updatePanel that I need to do to prevent this from happening?

please help,

Thanks in advanced!
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900