System.Web.UI.WebControls.Login: Method Members

The methods of System.Web.UI.WebControls.Login are listed below. For a list of all members, see the Login Members list.

See Also: Inherited members from System.Web.UI.WebControls.CompositeControl

Protected Methods

override
CreateChildControls()

Creates the individual controls that make up the System.Web.UI.WebControls.Login control and associates event handlers with their events.

override
LoadViewState(object)
Documentation for this section has not yet been entered.
OnAuthenticate(AuthenticateEventArgs)

Raises the Login.Authenticate event to authenticate the user.

override
OnBubbleEvent(object, EventArgs) : bool

Determines whether to pass an event up the page's user interface (UI) server control hierarchy.

OnLoggedIn(EventArgs)

Raises the Login.LoggedIn event after the user logs in to the Web site and has been authenticated.

OnLoggingIn(LoginCancelEventArgs)

Raises the Login.LoggingIn event when a user submits login information but before the authentication takes place.

OnLoginError(EventArgs)

Raises the Login.LoginError event when a login attempt fails.

override
OnPreRender(EventArgs)

Implements the base System.Web.UI.Control.OnPreRender(EventArgs) method.

override
Render(System.Web.UI.HtmlTextWriter)

Renders the login form using the specified HTML writer.

override
SaveViewState() : object
Documentation for this section has not yet been entered.
override
SetDesignModeState(IDictionary)
Documentation for this section has not yet been entered.
override
TrackViewState()

Overrides the base System.Web.UI.Control.TrackViewState method.