Problem customizing ChangePassword control

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jeff

    #1

    Problem customizing ChangePassword control

    hi

    I've added the markup below in the ChangePasswordT emplate, I thought that
    when I hit the ImageButton the password would change, but nothing happpens.
    Even RequiredFieldVa lidators isn't executed. I set CommandName to Submit, I
    thought that should be correct (as PasswordRecover y uses Submit)?

    <asp:ImageButto n ID="ChangePassw ord" CommandName="Su bmit"
    ImageUrl="~/Images/Go.gif" runat="server" />

    any suggestions?


Working...