I currently have an asp.net chart that displays monthly attendance data. The chart includes a dropdown menu where users can select the desired month and click a button.
Upon clicking the button, I need to call an ActionResult method that retrieves data from the database for the selected month and binds it to the chart using dotnet.highcharts.
Is there a way to bind specific values to an asp.net chart? If so, could someone please provide guidance on how to achieve this?