Link to home
Start Free TrialLog in
Avatar of kplonk
kplonk

asked on

Need User.Identity.Name in user control

I need to get access to the user name User.Identity.Name within a user control, as it does no inherit the Page class how do i do this?

Thanks kieran
Avatar of xorcrack
xorcrack

access it like this:

Page.User.Identity
ASKER CERTIFIED SOLUTION
Avatar of xorcrack
xorcrack

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kplonk

ASKER

Thanks