ahsan
ahsan

Reputation: 23

How to populate google charts using ASP.NET Dataset/Datatable?

How to populate google charts using ASP.NET Dataset/Datatable ?

Upvotes: 2

Views: 7394

Answers (2)

Asbjørn
Asbjørn

Reputation: 1232

For converting your DataTable to JSON you might find the bortosky-google-visualization library useful.

Upvotes: 0

umair.ashraf
umair.ashraf

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

Related Questions