I have 4 box plot charts inside an update panel. I have sliders that trigger the charts to update the charts when the sliders' values change.
But they are not changing. They still display the initial default values.
I'm using C#, Visual Studio 2013 Ultimate. The sliders are from AjaxControlToolkit and the Charts are from Microsoft DataVisualization.Charting library.
Does anyone have any suggestion? Really appreciate it.