hi
I am writing this code
LBEmpName.Text = WindowsIdentity.GetCurrent().Name;
But i want to display only user name wt should i do.
string s = WindowsIdentity.GetCurrent().Name.Split('\\')[1];
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.