| Author: ABitSmart 09 Nov 2009 | Member Level: Diamond | Rating:  Points: 2 |
Can you provide some more details of your system?
You can use Settings to save user specific data.
Kind regards, ABitSmart DNS Web-master, DNS MVM My blog Thoughts.exe
|
| Author: Abhijeet Kumar 09 Nov 2009 | Member Level: Gold | Rating:  Points: 2 |
I am interested in saving the user login details like it is done in Web application (Remeber me), so that next time user will not be prompted for login information.
You said it can be done through Settings, Can you please elaborate on this.
|
| Author: ABitSmart 09 Nov 2009 | Member Level: Diamond | Rating:  Points: 2 |
You can use Properties.Settings to save user information. But if this is login details then you should not use this method as, the details will be stored in App.Config file.
You need to handle this with a custom solution. An encrypted file maybe.
Kind regards, ABitSmart DNS Web-master, DNS MVM My blog Thoughts.exe
|