I've seen this done before, without a webcontrol (browser) which is handy because some of the pages get load errors, which will prevent automated downloads.

Here's what I'm trying to accomplish: For a series of web pages (several hundred, I think), download the source code for the page and store it onto a text file for later processing. This means I probably need to wait for the HTML source code to download prior to getting the next page.

Each web page can be uniquely numbered based on its URL. It can be in either HTML or (preferably) just the text from the page.

Isn't there a URLDownload function in .net? Can't seem to find it in the documentation or this forum. Help?