Hello,
I have to set cookies as UserName in browser while user logged in silverlight application.
After that when user will open another page in silverlight, it will check(get) cookies that it is available or not. If it is then allow to open another page.
Loading

Manish Kumar ChoudharyPosted Dec 10, 2014, 5:27 AM
Hi Piyush Pansuriya,
Go through following links it might help you
http://msdn.microsoft.com/en-us/library/dd920298%28v=vs.95%29.aspx
http://www.totaldotnet.com/sub/how-to-set-browser-cookies-in-silverlight
Piyush PansuriyaPosted Dec 10, 2014, 5:39 AM
But there is some issue. I m using .aspx page for ReportViewer.
In this page HtmlPage class not working.!