what is the best way to redirect after calling changepassword in asp.net-mvc
- by ooo
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?