Downloading webpages programmatically

  • Thread starter Thread starter Jacko
  • Start date Start date
J

Jacko

Hi

I am in need of some code sample to download wepages using HttpRequest /
HttpResponse classes from webpages where there is need to input some text
(may username and password) and then click on a button (maybe submit), i am
not intrested in using WebBrowser controls of .NET.

TIA
Jacko
 
Hi Madhur

can you please point me to some sample source code of this class (WebClient)

TIA
Jacko
 
Hello

I tried this code, it return the webpages where i input the UN/PW , i would
need the webpage which is return after sending the login page with UN/PW
 
Back
Top