Recently I am developing a user admin module. I have a GridView control and a ChangePassword control in the page. The admin could choose the user from the GridView and change the user's password in the ChangePassword control. When the admin completes the password change, the SuccessTemplate is shown. All works fine at this stage.
Comments: