ChangePassword Component

The ChangePassword component provides a complete password change interface. Handle the OnChangingPassword event to integrate with your authentication system.

Default ChangePassword

Change Your Password


Code:

<ChangePassword ID="ChangePassword1"
  OnChangingPassword="HandleChangingPassword"
  OnChangedPassword="HandleChangedPassword" />