Bonjour à tous et à toutes!!!
Voila mon petit problème, quand j'écris ce code:
Voici ce qu'il m'affiche:protected void Page_Load(object sender, EventArgs e)
{
String TestLogin = System.Web.HttpContext.Current.User.Identity.Name.ToString();
lblInterv1.Text = TestLogin.ToString();
}
Or je voudrais qu'il m'affiche que "hautot-daisy", c'est tout.PROD005\hautot-daisy
Comment faut-il faire? Que dois-je modifier?
Merci d'avance
Partager