Ask a Question related to ASP.NET Security, Design and Development.
-
Flare #1
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
-
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... -
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... -
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... -
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... -
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... -
Chris Jackson #2
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



Reply With Quote

