Hi,
I want to create forget password in asp.net using c#, I don't know how to do this, Please tell me how to do this......
Thanks!
Regards
G.Arun Prasath
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
SenthilkumarPosted Mar 29, 2012, 10:31 AM
You can see in many web sites whenever you forgot your password...
when click on the forgot password link,
It has to redirect or show in the popup page.
you need to have the controls like some unique fields.
Forgot Password
-----------------
Email: -------------------------
Hint questions:-------------------(drop down)
Hint Answer: ------------------
Submit Reset
If the user entered password not exists in your registration/user table then show the custom message with email id not exits. If it is available then you can check the hint question(if any) and when click on the submit button send the password to the entered email id.
http://www.asp.net/web-forms/tutorials/security/admin/recovering-and-changing-passwords-cs
Satyapriya NayakPosted Mar 29, 2012, 8:49 AM
Please refer the below link
http://www.c-sharpcorner.com/uploadfile/raj1979/using-the-passwordrecovery-control-in-Asp-Net-3-5/
Thanks