string UserAd = HttpContext.Current.User.Identity.Name; //geqinggao\george
string ad = UserAd.ToString().Trim().ToLower().Substring(10, (UserAd.Length - 10)); //george
Any fool can write code that a computer can understand. Good programmers write code that humans can understand. –Martin Fowler