Click here to Skip to main content
15,920,031 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRefresh a page on img tag Pin
CodingLover26-Apr-09 20:25
CodingLover26-Apr-09 20:25 
AnswerRe: Refresh a page on img tag Pin
SayreCC26-Apr-09 20:30
SayreCC26-Apr-09 20:30 
QuestionRe: Refresh a page on img tag Pin
CodingLover26-Apr-09 20:33
CodingLover26-Apr-09 20:33 
AnswerRe: Refresh a page on img tag Pin
SayreCC26-Apr-09 20:48
SayreCC26-Apr-09 20:48 
AnswerRe: Refresh a page on img tag Pin
sekannak26-Apr-09 20:50
sekannak26-Apr-09 20:50 
QuestionChanging password by email and newpassword of .NET with C# web site Pin
Shahdat Hosain26-Apr-09 20:12
Shahdat Hosain26-Apr-09 20:12 
AnswerRe: Changing password by email and newpassword of .NET with C# web site Pin
Christian Graus26-Apr-09 20:23
protectorChristian Graus26-Apr-09 20:23 
AnswerRe: Changing password by email and newpassword of .NET with C# web site Pin
Perry Holman26-Apr-09 21:27
Perry Holman26-Apr-09 21:27 
Obviously, you have to write some codes by yourself to implement that. A general solution is:
1) A table in your DB stores the email and password of all members.
2) A form in your website has three fields: email, old password and new password.
3) After the member submits the form, you will match the email in your DB and accordingly change his password.
4) At last, you need to send a mail to the member to notify his password change.

Notes: If a member forget his password and the stored format of the password is 'SHA1', he will need to answer some extra questions for security to get a newly initializing password provided by your system.

Welcome to www.softwaretree.net!
You can find many excellent audio/video converter tools there!

GeneralRe: Changing password by email and newpassword of .NET with C# web site [modified] Pin
Shahdat Hosain26-Apr-09 23:22
Shahdat Hosain26-Apr-09 23:22 
Questionjavascript Pin
trimandir prajapati26-Apr-09 20:09
trimandir prajapati26-Apr-09 20:09 
AnswerRe: javascript Pin
Christian Graus26-Apr-09 20:12
protectorChristian Graus26-Apr-09 20:12 
GeneralRe: javascript Pin
trimandir prajapati26-Apr-09 21:02
trimandir prajapati26-Apr-09 21:02 
GeneralRe: javascript Pin
Christian Graus26-Apr-09 21:06
protectorChristian Graus26-Apr-09 21:06 
AnswerRe: javascript Pin
ncsubbu27-Apr-09 3:51
professionalncsubbu27-Apr-09 3:51 
QuestionSample MDI application using C# .Net 2008 Pin
Narsimha0926-Apr-09 19:25
Narsimha0926-Apr-09 19:25 
AnswerRe: Sample MDI application using C# .Net 2008 Pin
Abhijit Jana26-Apr-09 19:50
professionalAbhijit Jana26-Apr-09 19:50 
AnswerRe: Sample MDI application using C# .Net 2008 Pin
SayreCC26-Apr-09 20:25
SayreCC26-Apr-09 20:25 
Questionpage refresh at the click of a button.... Pin
scar_face26-Apr-09 18:58
scar_face26-Apr-09 18:58 
AnswerRe: page refresh at the click of a button.... Pin
Abhijit Jana26-Apr-09 19:10
professionalAbhijit Jana26-Apr-09 19:10 
QuestionDynamic Images (Ajax/Asp.net) Pin
427748026-Apr-09 9:23
427748026-Apr-09 9:23 
AnswerRe: Dynamic Images (Ajax/Asp.net) Pin
Christian Graus26-Apr-09 11:00
protectorChristian Graus26-Apr-09 11:00 
GeneralRe: Dynamic Images (Ajax/Asp.net) Pin
427748026-Apr-09 12:54
427748026-Apr-09 12:54 
GeneralRe: Dynamic Images (Ajax/Asp.net) Pin
Christian Graus26-Apr-09 13:02
protectorChristian Graus26-Apr-09 13:02 
QuestionGridView Problem Pin
sasan5626-Apr-09 9:11
sasan5626-Apr-09 9:11 
AnswerRe: GridView Problem Pin
Christian Graus26-Apr-09 10:58
protectorChristian Graus26-Apr-09 10:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.