ChangePassword control enables end users to change their passwords directly in the browser : ChangePassword « Login Security « ASP.Net






ChangePassword control enables end users to change their passwords directly in the browser

<%@ Page Language="C#" %>

<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
    <title>Change Your Password</title>
</head>
<body>
    <form id="form1" runat="server">
        <asp:LoginStatus ID="LoginStatus1" Runat="server" />
        <p><asp:ChangePassword ID="ChangePassword1" Runat="server">
           </asp:ChangePassword><p>
    </form>
</body>
</html>

 








Related examples in the same category

1.Change the password for the current user
2.Set CancelButtonStyle, ChangePasswordButtonStyle, ContinueButtonStyle, PasswordHintStyle, InstructionTextStyle
3.Password must be 8 characters long and includes two numbers and two special character
4.ChangePassword style
5.ChangePassword Template