Hi Zeni, I am glad that you are interested in using the library. There should be no issues by using the library from VB.NET as the library is written in c# and in plain .net managed code without any strange feature. I haven't personally tested it from VB.NET. So, your findings would be great.
Regarding the code-page issue, can you be more specific, as I don't really understand what is the problem there. And now, about the URL: The example on codeplex uses jQuery $.ajax() function to call the server side code that returns a JSON string that you will pass to the google charts library in order to create a datatable. (more info here: http://api.jquery.com/jQuery.ajax/) The URL should therefore contain the path to your server side function that returns the above mentioned JSON string. As you are using ASP.NET I believe you might find this post useful http://dotnetslackers.com/articles/ajax/Using-jQuery-with-ASP-NET.aspx and which explains how to use jQuery from ASP.NET. It is pretty much straightforward. Please let me know if you have difficulties , or just to say that everything went smooth :) Cheers Zoran On Saturday, March 9, 2013 4:48:55 PM UTC+1, [email protected] wrote: > > Hi Zoran > > I have started using Google Charts today and very much interested in using > your NetWrapper as I am working in ASP.net. > I have downloaded ""Google.DataTable.Net.Wrapper"" from codeproject and > referenced in my project. But I am getting some errors on code page. > I think the main reason is that my project is in VB.net. Can I use this > download with vb.net? > Also I don't know what to put in place of <<url: > "/Statistics/GetStatisticsForChart?messageCode=SomeCodeHere">>. > Can you help me please. > Thanks > Zeni > -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
