what is the best way to redirect after calling changepassword in asp.net-mvc
Posted
by ooo
on Stack Overflow
See other posts from Stack Overflow
or by ooo
Published on 2010-05-23T11:26:27Z
Indexed on
2010/05/23
11:30 UTC
Read the original article
Hit count: 348
asp.net-mvc
|change-password
in the default asp.net-mvc sample after calling changepassword returns you to a changepasswordsuccess page. I want to return the user back to the page they came from.
What is the best practice on how to do this? add a parameter to the changepassword action and then store as a hidden field on the changepassword page?
© Stack Overflow or respective owner