If you want to get the search result which is present on that page as HTML, you need to get the page using HttpWebRequest and httpWebResponse and
then parse those search results for example they may be present inside a div with id='searchDiv' so you need to get text inside this tag.
nijhawan.sau...
All-Star
16460 Points
3178 Posts
Re: try to help
Apr 30, 2012 05:01 AM|LINK
Yes these HttpWebRequest and httpWebResponse can be used to retreive resulting HTML from a webpage.
If you want to get the search result which is present on that page as HTML, you need to get the page using HttpWebRequest and httpWebResponse and then parse those search results for example they may be present inside a div with id='searchDiv' so you need to get text inside this tag.