Bonjour à tous et à toutes!!!

Voila mon petit problème, quand j'écris ce code:

protected void Page_Load(object sender, EventArgs e)
{
String TestLogin = System.Web.HttpContext.Current.User.Identity.Name.ToString();


lblInterv1.Text = TestLogin.ToString();

}
Voici ce qu'il m'affiche:
PROD005\hautot-daisy
Or je voudrais qu'il m'affiche que "hautot-daisy", c'est tout.

Comment faut-il faire? Que dois-je modifier?

Merci d'avance