I am trying to show Google Trends TIMESIRIES graph in winforms application using web browser control but it is showing a javascript error. I have used the following code to show the graph.
Dim sGTrend As String = ""
WebBrowser1.DocumentText = "" & sGTrend & ""
Please let me know how we can show only google trends TIMESERIES graph in .Net windows application.
Guest UserPosted Jul 21, 2014, 2:34 AM
How are you rendering this over ASP.Net page design? So have you created WebForm and placed Webbrowser control? Can you please paste screenshot where it's rendering properly?
twitter @sumitjolly
nagarajuPosted Jul 14, 2014, 5:20 AM
Guest UserPosted Jul 14, 2014, 5:16 AM
http://www.google.co.in/trends/fetchComponent?hl\75en-US\46q\75nikon\46content\0751\46cid\75TIMESERIES_GRAPH_0\46export\0755\46w\075500\46h\075330%22
If you open
http://www.google.co.in/trends/fetchComponent?hl\75en-US\46q\75nikon\46content\0751\46cid\75TIMESERIES_GRAPH_0\46export\0755\46w\075500\46h\075330%22
it'll give you "Interanl server error 500".
So my suggestion is get this embed.js right
twitter @sumitjolly