Author: digsy | Posted on: 10/29/2009 10:07:34 AM | Views : 1002

I am having a problem with the <asp:ChangePassword> control.
After the user has changed their password the Continue button does not forward the user to the new page. Also the  <asp:LoginStatus> control on the master page can no longer log out the user.
Does anyone know what the problem is ?
Here is my code:
 
<asp:ChangePassword ID="ChangePassword1" runat="server" SuccessTitleText="" CancelButtonText="" CancelButtonType="Button" ContinueButtonText="" ContinueButtonType="Button" MembershipProvider="CustomizedMembershipProvider" ContinueDestinationPageUrl="" CancelDestinationPageUrl="~/customer/customerhome.aspx"> ...

Go to the complete details ...