I'm not much of a .NET developer, but have you thought about creating a web service in c# that can read the csv file and return the data in a json format that matches the google json datatable format? Then you could have another page that uses javascript to call that service using AJAX and load the returned json into the chart. I do something similar except I'm using Spring framework.
On Mar 2, 2012, at 11:06 AM, Sagar Patel <[email protected]> wrote: > I want to use csv file as input for google chart api, i'm working in > c#.net and stuck with this problem. > any one got idea on this???? > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
