Hi All,

I've had a go at this and failed miserably lol

Basically I need to get a certain webpage and thieve the html. Now I can do this, however, first I need to login to the site by POSTing a username and password to the site. So after the initial post and page load, I then need to redirect to the next page.

I previously did a bodge job in VB6 by creating an internet-explorer control and just browising the site with .navigateurl which was easy. However I now need it integrated into my ASP.NET site

Any help appreicated.

Note that I cannot modify the target site