Click here to Skip to main content
15,896,453 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more:
hello friends,

here i want to keep remember me check box , please suggest me how to store the username and password when remember me is checked and unchecked .

thanking you .
Posted
Comments
Sergey Alexandrovich Kryukov 10-Mar-14 0:56am    
What have you tried so far? What's the problem?
—SA

1 solution

There is many options to do that. In example you can use text or binary config files, database and so on... If you are making application using WinForms, nice solution is to integrate with Applicatin Settings. Try this: Windows Forms User Settings in C#[^]
If you need to store passwords remember to hash them and DO NOT store as plain text.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900