Duration: 18 minutes
Summary: In this video, we are continuing our discussion of the login controls. After discussing these controls in the previous video, we will look at how to use few of these controls. We know that these controls use the ASP.NET Membership by default behind the scene. So we will add a control on one page to create a new user. Then, on the second page, we will display related information about the user. We will see his login name, login status, and also a customized message through the login view depending on whether the user is a logged in user or an anonymous user. Finally, we will give the user the option of changing the password. After changing the password successfully, the user is redirected to the Default.aspx page.
Methodology of the development of example: Good coding standard and simplified design to illustrate the key points.
Technology Used: ASP.NET and Visual Studio 2010
Keyword: ASP.NET 4, Visual Studio 2010, ChangePassword, CreateUserWizard, Login, LoginName, LoginStatus, LoginView, and PasswordRecovery.