Hey, I have an asp.net 2.0 application with forms authentication. I wanna store some data in the DB after every successful login to the application; i can use the Login control’s onLoggedIn event, but it doesn’t fire when the user login with the “CreateUser” control or automatically (with the “Remember me” feature). So i’m looking for a global event that fires after any kind of successful login, or something else that might help me know when a login has been made. Thanks….