How to get window Username in silverlight page.
I try with below link but its give blank.
http://blogs.msdn.com/b/keithmg/archive/2010/12/11/silverlight-get-user-or-windows-credentials.aspx
Get current Windows user name within Silverlight
http://www.codeproject.com/Articles/47520/Silverlight-Windows-User-Identity-Name
Any help will be highly Appreciated
Thanks in Advance, Hitesh
Step 1 : Add below code in Page_Load() of default.aspx page
Step 2 : Add below code in Application_Startup() of App.xaml page in silverlight application