Ralph Arvesen RSS Feed

Set cookies in Silverlight
25 Apr 2008, 09:02:00 AM
Here is a simple class that demostates how to set cookies from a Silverlight application. public static class Cookie {     // set cookie without expiration     public static void Set(string name, string value)     {         HtmlP ...
Read post