I’m new to Windows phone 7 application development. I’m currently developing an app in which I wish to do a HTML request and display the result obtained in Web browser. For example, Suppose I give the below URI
“http://m.imdb.com/find?q=”+search_string (where search_string is a variable)
I want to take the result obtained from this and display it on the web browser. I’ve been searching regarding this for past 1 day… Didn’t get any fruitful results. So please redirect me either to a suitable tutorial page or please give a sample code?
this will allow you to launch the url in the browser.
WebBrowserTask