Sending account info on HttpWebRequest

  • Thread starter Thread starter Marco
  • Start date Start date
M

Marco

I'm trying to parse the results of a webpage so that I get more refined
information. I've gotten as far as downloading the webpage with
HttpWebRequest but I ran into a problem. Certain parts of the site need you
to login to access them. I can't figure out how to go about doing this.
Can someone show me some example code or link me to a site where they
explain this? C# or VB.net are both ok. Thanks.
 
Back
Top