Click here to Skip to main content
15,881,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I am using visual studio 2010 for creating a windows service which basically page scrap's the given url and downloads the page source. We are using HttpWebRequest and HttpWebResponse.

Using HttpWebRequest and HttpWebResponse, we are able to download the normal web pages but we have encountered some pages where the pages is downloaded first and then ajax request is fired and after ajax request is completed the pages content changes.
I want to do page scrape and download this page content.

Please can any one tell me how can I achieve this requirement.
Posted
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900