D
Dave
Is it possible to get User.Identity.Name information in a class? If
so...How?
Thanks
so...How?
Thanks
Dave said:Is it possible to get User.Identity.Name information in a class? If
so...How?
Is it possible to get User.Identity.Name information in a class? If
so...How?
Thanks
Yes it is possible. The way I have always done this outside code-behind
code is via HttpContext.Current.User.Identity.Name.
If I'm understanding the question though, it is probably better asked in
an ASP.Net group, as it really is more to do with ASP.net than C#.