Saveing data on a client

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Saveing data on a client

    Hi

    I have heard something about that im am able to create a secure "sandbox
    storage" on a client with the .net framework? Is this true? If so wich
    namespaces should i take a look at?

    Thx en regards
    Anders



    Flare Guest

  2. Similar Questions and Discussions

    1. Problem with HTA streaming data to client
      Hi, I've an .aspx page which I call from a .hta in IE6 (so I can get rid of the window control buttons etc) When I call the .aspx page directly...
    2. Calling further data from client
      Hallo, I have an application that requires more than 1 round trip to the server. By this I mean 1. The client calls the Web Service sending...
    3. Saveing data from a web user control
      I dynamically load a couple of controls into a page using a placeholder. A couple of the web user controls provide the ability for a user to select...
    4. Server vs Client data handling
      I in the process of learning MySQL and PHP and maybe my question is premature. So far everything that I am doing is Client data handling. Does...
    5. Push XML data to client for processing
      Hello, Although I consider myself a proficient C++ programmer (and am getting better everyday at C# :-) I am new to and having a little trouble...
  3. #2

    Default Re: Saveing data on a client

    System.IO.IsolatedStorage is the namespace to look at. You can use this with
    WinForms clients, whether embedded or not.

    --
    Chris Jackson
    Software Engineer
    Microsoft MVP - Windows Client
    Windows XP Associate Expert
    --
    More people read the newsgroups than read my email.
    Reply to the newsgroup for a faster response.
    (Control-G using Outlook Express)
    --

    "Flare" <nomail@sorry.dk> wrote in message
    news:utuD$y26DHA.2644@TK2MSFTNGP11.phx.gbl...
    > Hi
    >
    > I have heard something about that im am able to create a secure "sandbox
    > storage" on a client with the .net framework? Is this true? If so wich
    > namespaces should i take a look at?
    >
    > Thx en regards
    > Anders
    >
    >
    >

    Chris Jackson Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139