Skip to main content
Home Forums Silverlight Programming Programming with JavaScript Google search result in silverlight
7 replies. Latest Post by sert52 on November 11, 2009.
(0)
sert52
Member
5 points
11 Posts
11-05-2009 4:01 AM |
Could you tell me how can I show result of google search in silverlight (html page not web service)
Thank you
MarkMonster
Contributor
5220 points
1,046 Posts
11-05-2009 2:13 PM |
If you're getting HTML as a response you will have to parse the HTML. Or do you want to show the HTML directly in your Silverlight Application?
11-05-2009 9:47 PM |
Thank you for your response I want to parse it in html maybe like this
http://blogs.infosupport.com/blogs/willemm/archive/2008/10/16/Google-search-sample-in-silverlight.aspx
Maud
3276 points
453 Posts
11-09-2009 2:51 AM |
Hi,
Silverlight still doesn't support embed html. As the link you provide, you could use WebClient to comsue google search api, then use linq to xml to parse the result to entity list, at last, display in silverlight listbox.
Thanks,
11-09-2009 5:23 AM |
Thank you for your explanation but I'm a newbie in silverlight
Do you have any example about it?
11-09-2009 9:41 PM |
The link you provide contains a sample project, I've downloaded and test, works well.
Please have a try!
11-09-2009 9:56 PM |
It is very good example now I am customizing this example in my project
Thank you very much
11-11-2009 11:41 PM |
I have some addition question, after I try to customize this example I found some problem I can search only 4 url per page and maximum of page is 8
How to change it?
Sorry to trouble you again