Thanks.
On Dec 8, 1:22 pm, "Brandon Betances" <[EMAIL PROTECTED]> wrote: > I think he wants to display the user name when the user logs in. In design > view, use the LoginName control, in code, user the User.Identity.Nameproperty. > > > > On Mon, Dec 8, 2008 at 2:01 PM, Cerebrus <[EMAIL PROTECTED]> wrote: > > > 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.- Hide quoted text - > > - Show quoted text -
