how come User.Identity.Name is not useable in the codebehind page of an ascx file
"Find all you need in your mind if you take the time" -DT
Try this Context.User.Identity.Name
Or HttpContext.User.Identity.Name
My Site
Awesome thx guys!!!!
Forum Rules