First page of the my application requests the login ID and password which I store using isolated storage. I want my application to remember the login credentials even if the device is switched off i.e once the user logs in, the application should store the login values and on a user's next visit the login page should not appear and directly the second page should be displayed.
Can anybody help me do this???
Thanks in advance