I\'m having a big problem using WP7 isolated storage and applicationsettings. I have been using code from Adam Nathan\'s 101 Windows Phone 7 apps volume 1 as a basis.
I am using Silverlight MVVM and Is开发者_如何学GoolatedStorageSettings.SiteSettings for sessionmanagement. Everything is working fine and i am able to read the data in the next page , but design view
How do I create more than one list of text data and save it into the isolated storage? I need to retrieve and display different saved list as well.
A google for Sync Framework shows a few blog posts from May 2010 about the possibilities, but I have not seen anyone actually using the Sync Framework + SL Isolated Storage.
I am storing photos of the users in Isolated storage and displaying them in a listbox. I used following code to retrieve image from isolated storage
I\'m just starting to really get into Silverlight development and I have a certain use case where I need to store a couple collections of objects or strings for a specific user\'s \"sessions\".
I am t开发者_JS百科rying to use the C# class IsolatedStorageFile to write some data to a file in my app.This is using the simulator.I would like to look on my computer to see if it worked (i.e., look
I am getting some unexpected behavior using Isolated Storage.In this case, I am using it to maintain state for the purpose of tombstoning.
I am trying to transform all the data inside my array into textfile, so as to read all the item one by one and save it into an isolated storage and displaying it out in another page listbox.
I want to know how many kilobytes/megabytes of isolated storage my app is using on Windows Phone 7. Is there a simple way to fi开发者_Python百科nd this out?IsolatedStorageFile isf = IsolatedStorageFil