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>