views:

40

answers:

1

I am trying to use a google bar chart in an asp.net-mvc application.

The sample is quite straight forward to do as a static table but i want to build up the table on the server side and pass back down to the client using ajax.

Is there anyway you can populate the datatable that is used for the bar chart with an ajax call getting json or something similar ?

+1  A: 

You could use one of these tools with jQuery ajax requests for example:

(You'd still need to construct the appropriate JSON representations on the server side.)

Bruno