I
want to know the user name of the logged in user from the AD or Windows.
Currently
I am using
HttpContext.Current.User.Identity.Name.ToString();
But
using this I can only get the ID – eg: phanindra_palepu as output but not my
full name.
Can
anyone suggest how can I get the full name (eg: Phanindra Prem Kumar)