cgian,
You don't need to fill out the page and "click" the button.
Just send the page that would normally receive the first one the data it
needs.
Use a WebRequest object and post to the receiving page.
--
Sincerely,
S. Justin Gengo, MCP
Web Developer / Programmer
www.aboutfortunate.com
"Out of chaos comes order."
Nietzsche
"cgian31" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I need to access an info page in an external website, normally
> accessible after filling username and password in a form.
>
> I would like to hide this complexity (!) from the user, allowing them
> to access it through an internal web page (which I would design) maybe
> with a simple hyperlink.
>
> How could I use ASP.NET for designing a webpage that will
> programmatically fill out two fields (user and password) in a simple
> html form (through https)?
>
> The application will fill the two fields and virtually click the
> "login" button
> on the web form.
>
> I lack the overview how to practically do this.
>