Are you working in ASP.net MVC? If so, here's a blog post that might help you:
http://blog.platformular.com/2012/03/20/load-google-chart-by-ajax-using-asp-net-mvc-and-jquery/. If not, the same general principles likely apply in whatever your environment is.
On Thursday, January 10, 2013 2:38:48 AM UTC-5, winston kwan wrote:
I am trying to draw a google orgchart.the first thing that i need to do is fill a google visualization table.
I have a c# function which will return a list of objects.
how do i go about calling the C# function to get the list.
and what would be the best way to populate the table.