views:

174

answers:

1

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

Any sample link is appreciated.

Thanks

+3  A: 

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

this. __curious_geek