Reputation: 23
How to populate google charts using ASP.NET Dataset/Datatable ?
Upvotes: 2
Views: 7394
Reputation: 1232
For converting your DataTable
to JSON you might find the bortosky-google-visualization library useful.
Upvotes: 0
Reputation: 46
convert the Datable into JSON and then parse it in the javascript using jquery. Here goes the example :
http://www.techipost.com/2011/02/24/google-charts-in-asp-net-web-application/
Upvotes: 3