0

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

4

2 回答 2

2

请参阅问题:“隔离存储中的数据持续多长时间”。

如果您重新启动 Windows Phone 模拟器,则相当于删除该应用程序。这不会发生在真正的手机上。

于 2013-04-25T13:10:52.140 回答
0

您应该调用IsolatedStorageSettings.Save()以保留对设置类的更改。

于 2013-04-25T10:29:19.060 回答