incomplete web page source

Stephanie Doherty

New member
Joined
Jun 8, 2007
Messages
1
Programming Experience
10+
Hello World,

I am working on an app that requires searching the source code for a printer's web page for some information. I have used several methods to retrieve the source code (WebClient.DownloadString, HttpWebRequest.GetResponse) and in all cases recover only a portion of the web page. I can use View Source on the webpage and it is a 14K file, but using the VB functions I only get 5K of it (stops at the same point in both cases). Any ideas what I need to do to get the whole thing?

Thanks,
Stephanie
 
Back
Top