N
Ned White
Hi All,
In C# web projects , i can get some current user info with
"this.Page.User.Identity" in aspx pages and can use them like that;
this.Page.User.Identity.IsAuthenticated
this.Page.User.Identity.Name
etc.
But in a separate .cs class file how can i get this current user info ?
which namespaces should i use ?
Thanks....
RED
In C# web projects , i can get some current user info with
"this.Page.User.Identity" in aspx pages and can use them like that;
this.Page.User.Identity.IsAuthenticated
this.Page.User.Identity.Name
etc.
But in a separate .cs class file how can i get this current user info ?
which namespaces should i use ?
Thanks....
RED