Hi,
I am using Asp.net, C#, MS SQL.
When the page loads for the first time, I have the constant data which loads the data and the chart is showing correctly. (including drilled down data)
But for the second time, when I get the input from user and populate the data, the chart is just showing "No Data to Display".
I debugged the data of chart, it is exactly the same as the first time load. I am not really sure why the graph is not showing anymore after button click event.
I did try reload the page, and the graph is showing up again.
Really appreciate for the help. Thank you.