This question is locked. New answers and comments are not allowed.
Hi,
i have a problem ,i am registering grids for persistence storage ,all it only create the files but not loading or saving the settings of grids.
on the page/usercontrol loaded event
i am registering grids
i have a problem ,i am registering grids for persistence storage ,all it only create the files but not loading or saving the settings of grids.
on the page/usercontrol loaded event
i am registering grids
PersistenceManager.SetStorageId(grid1, PersistenceKey);
and then after that using the isolated storageIsolatedStorageProvider
object i am calling the respective methods on loaded and unloaded events of the usercontrol.
i am not registering the control using the xaml.
kindly help me on this.regards shabbir