2 questions please



I have a page that has a LogInView. Inside of it is a LogIn control.
The login control is in the anonymous template and a staus view is in
the logged on template. (Names: LogInView1, Login1, & LogInStatus1.)

quest 1. How can I set focus to the UserName textbox of the LogIn
control (inside of LogInView)?

quest 2. I want to assign the UserName value to a session variable
when the LogIn btn is clicked, how can I do this?


tia


ck
.



Relevant Pages

  • Logged in username
    ... I have a Net 2.0 app that uses Forms authentication. ... I use a LoginView that contains a Login control to have the user log in. ...
    (microsoft.public.dotnet.framework.aspnet)
  • How ASP.NET find Login page?
    ... Default.aspx with LoginView and LoginStatus controls; ... how does ASP.NET know to redirect to Login.aspx from ... I add another page named AnotherLogin.aspx with Login Control too. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: 2 questions please
    ... The login control is in the anonymous template and a staus view is in ... quest 1. ... How can I set focus to the UserName textbox of the LogIn ...
    (microsoft.public.dotnet.framework.aspnet)

Loading