Hello,

I am trying to navigate through pages on a website through my c# program. I am stuck at this one page in which, when I invoke a button an authentication window comes asking for a login and a password. I want to know is there anyway I could enter the details through my program so that I can navigate to the subsequent page? The button I am invoking refers to another URL which needs this authentication.

Or alternatively is there anyway I can pass the login details in the URL and navigate to the next page?

Thanks.