|
-
Feb 13th, 2003, 11:26 AM
#1
Thread Starter
Lively Member
Logon User..help!!!!
Can someone tell me how to get the Logon User in ASP.NET.
Ur help is appriciated..
Sonia
-
Feb 13th, 2003, 02:52 PM
#2
Hyperactive Member
I just use the request.servervariables like classic ASP.
Probably a better way but this works
VB Code:
response.write(request.ServerVariables("Auth_User"))
HTH
MarkusJ
-
Feb 14th, 2003, 10:41 AM
#3
Hyperactive Member
In the Page_Load, I've been using:
dim szUser as String = Me.User.Identity.Name
Dunno if it's the best way but it's been good for me...(so far)
-
Feb 18th, 2003, 11:54 AM
#4
Thread Starter
Lively Member
fungi thanks !!!
It works for me too.
SOnia
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|