c# - How to make IsolatedStorageSettings persist even after the device is turned off? -


first page of application requests login id , password store using isolated storage. want application remember login credentials if device switched off i.e once user logs in, application should store login values , on user's next visit login page should not appear , directly second page should displayed.

can me this???

thanks in advance

see question: "for how long data in isolated storage persistent".

if restart windows phone emulator equivalent deleting application. not happen on real phone.


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

Delphi interface implements -

java - How to create Table using Apache PDFBox -