Search:

Type: Posts; User: developer.hosny

Search: Search took 0.01 seconds.

  1. how to connect silverlight with sqlite without IsolatedStorageFile

    IsolatedStorageFile isf = IsolatedStorageFile.GetUserStoreForApplication();

    isf.DeleteFile("mydb.db");

    using (SqliteConnection conn = new SqliteConnection())
    {
    ...
  2. Re: how i can pass data from class to page

    I'm solved it

    public class mycls
    {

    public void m(UserControl p)
    {
    var x = p as friendspage;
    x.txt1.Visibility = Visibility.Collapsed;...
  3. how i can pass data from class to page

    hi
    please i need to know how i can pass data from class to page

    i have MainPage and Page1 and Class1

    MainPage Content Page1
    and i do some operation in Class1 after finished i want to do...
Results 1 to 3 of 3



Click Here to Expand Forum to Full Width