Search

You searched for the word(s): userid:675426

Matching Posts

  • Re: Troubleshooting the login control? (work around)

    Yeah, that's the solution! (I've been having problems with it also antil I've read mandert 's post.) If you wire-up the Authenticate event to your Login control: protected void Login1_Authenticate( object sender, AuthenticateEventArgs e) {... } ...the default Authenticate event implemented by the Login control won't fire , so it's authentication check won't work ! Just remove the Authenticate event from your code and do all the validation/formatting stuff on LoggingIn event, which fires before the
    Posted to Security (Forum) by danko on 8/16/2006
Page 1 of 1 (1 items)