I need to see the contents of msg1 when you make a query, so I can see what they look like, and test them against your code.
On Wednesday, May 14, 2014 5:05:36 AM UTC-4, Vikas Sangal wrote: > > i m calling that page for web method i use this separate page because i > need many methods to get details. > after calling web method the return string will get into msg1 > > > On Wed, May 14, 2014 at 1:07 PM, Andrew Gallant > <[email protected]<javascript:> > > wrote: > > What does getdata.aspx.cs return (that is, when querying > getdata.aspx/GetLocation, what does msg1 contain in the success handler)? > > > On Wednesday, May 14, 2014 2:22:08 AM UTC-4, Vikas Sangal wrote: > > Hello, > > Thanks for your reply, i am stuck in to bind data in to > google.visualization.datatable. actualy i m retrieving data from data > base in DataTable of .net and i want to fill data in google datatable. > i tried to convert into json table and assign to google.datatable. > i attached 2 files of my project. please suggest your best. > > On Tuesday, 13 May 2014 23:24:53 UTC+5:30, Andrew Gallant wrote: > > When using AJAX, you should handle all of the chart drawing in the > "success" callback, as AJAX is asynchronous: > > $.ajax({ > type: "POST", > <span style="font-family:courier > > ... -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/d/optout.
