Link to home
Start Free TrialLog in
Avatar of Starr Duskk
Starr DuskkFlag for United States of America

asked on

Login Control OnLoggedIn

               <asp:Login ID="Login1" runat="server"
                    OnLoggedIn="Login1_LoggedIN"

In the above, you'll see an "OnLoggedIn" function that is called once I'm logged in.

Where can I find a list of other functions like this that are available?

Looking at the properties for this control, I don't see this defined anywhere.

Also, what is a function I can call that fires up PRIOR to logging in and hitting the ValidateUser function in the MembershipProvider?

thanks!
ASKER CERTIFIED SOLUTION
Avatar of RedKelvin
RedKelvin

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial