Is it possible to implement a "forgot password" using ASP.Net membership provider?

Any sample link is appreciated.

Thanks

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

Use PasswordRecovery control or You can call GetPassword() or ResetPassword() methods on your membership provider.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.