Tagged Questions

1
vote
1answer
699 views

In ASP.NET Webforms, ChangePassword: how do I set SuccessTemplate to visible after password's been changed?

It does allow me to change the password but the view is reset to its original state. OnInit looks like this: changePassword.ChangingPassword += ChangePasswordButton_Click; and the method ...