Reading/Writing cookies with HtmlPlaceholder for Silverlight

added by KodefuGuru
5/10/2011 10:47:40 AM

110 Views

Imagine you have an HTML page which you want to read/write cookies to and all this has to happen from Silverlight. First, you need few JavaScript methods for reading/writing cookies. Let's call the page we want to read/write cookies to CookiesPage.html.


0 comments