Forms authentication login question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • dgk

    Forms authentication login question

    I have a login control on a form and it works fine. I've received a
    request to add a button to the forms so that people can login as a
    guest. If the button submits the form, the login functionality doesn't
    fire.

    I was hoping to just call Membership.Vali dateUser in the
    Login1.Authenti cate function but it doesn't fire when the form is
    submitted by the button.

    What actually kicks off the code behind the login control?
Working...