2

I have a chart control and I want to refresh it when a user presses a button, but without refreshing the entire page.

ador-mg
  • 120
  • 1
  • 10
nemo
  • 1,675
  • 10
  • 16

1 Answers1

1

Inside your controller action use the following code.

FormControls.{YourChartId}.Refresh();
nemo
  • 1,675
  • 10
  • 16
theofilis
  • 411
  • 5
  • 10