I have a an update panel. Inside this is a dropdown list and a custom chart control.
When the index changes, the chart control updates itself with new data and displays it.
There is another control which can affect this charts. However, as this other control is outside of the charts update panel, the chart isn’t updated with the changes. Not until the dropdown even fires again and the chart is updated.
My question is, how can I get this separate control to update the chart. Do I need to somehow fire the update panel? I’m lost with this?
Thanks in advance
Two options:
Conditionaland call it`s Update Method from codebehind