If you are using ASP.NET membership, I doubt if you will need to write
any code to authenticate users and pass their credentials to other
pages in the application. However, if you're using your own home baked
authentication method, you would pass a flag indicating successful
login the same way as you pass any other value from page to page.

On Dec 8, 11:11 pm, Stacie <[EMAIL PROTECTED]> wrote:
> I have a login page in my web application that uses the login
> control.  I would like to pass the username to another page when the
> user clicks the login button.  Does anyone know how to do this?  I'm
> using VS 2005, coding in VB.Net.
>
> Thanks.

Reply via email to