1
Reply

How to Integrate CanvasJS with SQL server using asp.net C#

Abraham Olatubosun

Abraham Olatubosun

Sep 12 2017 6:26 PM
224
Hi,
I developed an application that was showing trend of event for period of years and i want to using CanvasJS to visualize the trend.
The Data's are return in a DataTable containing Years and Values. I declare the DataTable as public parameter and convert it to JQUERY String using stringBuilder then pass the Jquery as datapoints: ['<%=this.mDataTableJquery%>']
This did not work for me, i have been on this for three(3) weeks now with no result. I need any technical assistance to get this to work.

Thank you

Answers (1)