Hi Steve,
You can use Split to get the part after the \ like this:
userName = Request.LogonUserIdentity.Name.Split("\")(1)
Split creates an array based on the \ and then returns the second element that contains the user's name.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of
ASP.NET 2.0 Instant Results and
Beginning Dreamweaver MX / MX 2004