locked
How to access IsolatedStorageSettings.ApplicationSettings from one page to another page RRS feed

  • Question

  • I have to settings on page say Settings.xmal.cs

    IsolatedStorageSettings.ApplicationSettings["gender"] = 0;
    IsolatedStorageSettings.ApplicationSettings["lang"] = 0;

    I want to access these settings throughout my whole app or in all pages where i want.

    like on mainpage.xaml, aboutus.xaml

    Tuesday, March 3, 2015 11:58 AM

Answers