Hello, I have a Web Application Report Engine written in C# which will take user parameters, run a SQL query to get Report Data, and then make some modifications to the DataSet before finally outputting it to the screen as an ASP GridView. I've been experimenting with the Google Visualization API, and thought I would try using the API as a graphing engine for all my data. My question is, what is the best way to access the data generated by the C# code inside the javascript for the Google Vis. API?
I was experimenting with writing a C# WebService that would output a JSON formatted string which represents the C# DataSet. The WebService is correctly outputting the JSON string, but how do I call the WebService using the google javascript? Additionally, is there a better way of going about this rather than the creation of a WebService to output data? Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
