ChangePassword Component
The ChangePassword component provides a complete password change interface.
Handle the OnChangingPassword event to integrate with your authentication system.
Default ChangePassword
Code:
<ChangePassword ID="ChangePassword1"
OnChangingPassword="HandleChangingPassword"
OnChangedPassword="HandleChangedPassword" />