text that appears in the control and in its various child controls like the Button and Label controls
that make up the user interface.
Just as with the data-bound controls, the login controls have numerous style properties that enable
you to tweak their appearance. You’re encouraged to check out the Styles category of the Properties
Grid for the controls to see how you can set the various styling options. Remember, just as with the
data-bound controls, you can move much of the styling information to skin and CSS files.
The Login control also exposes a few events that you typically don’t need to handle, but that
can come in handy from time to time. For example, the LoggedIn event fi res right after the
user has logged in and is a good place to send the user to another page dynamically if the
DestinationPageUrl is not flexible enough.