In this article we will discuss, to bind data from database to chart control in asp.net. To connect the database by using connection string, retrieve data from database and binding to chart control
In this article we will discuss, how to setting ChartType property in asp.net chart control dynamically. Please refer before preceding previous tutorial.
I am using Asp.net 4.0 chart control while running the application I had faced this error “Error executing child request for ChartImg.axd.”. This problem was resolved by adding chatImageHandler in the webconfig.
While running the application I had faced error message Unknown server tag ‘asp:Chart’ . This problem was resolved by registering the assembly in design page of flowchart.aspx.
When I was trying to run the application I had faced this problem. I have resolved by setting webconfig. Under tag set validateIntegratedModeConfiguration="false".