Login Toolbox Controls
The topics in this section describe how to work with ASP.NET Web server controls that appear on the Login tab of the Visual Web Developer Toolbox. These include controls that enable you to build a login page, enable users to register on your Web site, and that display different information to logged-in and anonymous users.
For complete syntax information for Web server controls, see Web Server Control Syntax.
In This Section
How to: Enable User Password Recovery Using the ASP.NET PasswordRecovery Control
How to: Display Different Information to Anonymous and Logged In Users
Reference
ChangePassword
Provides an overview of programming the ChangePassword class.CreateUserWizard
Provides an overview of programming the CreateUserWizard class.Login
Provides an overview of programming the Login class.LoginName
Provides an overview of programming the LoginName class.LoginStatus
Provides an overview of programming the LoginStatus class.LoginView
Provides an overview of programming the LoginView class.PasswordRecovery
Provides an overview of programming the PasswordRecovery class.
See Also
Tasks
Walkthrough: Creating a Web Site with Membership and User Login
Concepts
ASP.NET Web Server Controls Overview