Amit Kumar

Amit Kumar

  • NA
  • 140
  • 39.8k

how to retrieve the details of registered user in asp

Nov 30 2013 12:16 PM
i create the users using create user wizard. after login of user i want retrieve the details of user like username and email of that user . how can i do this 
i retrieved the username but unable to retrieve email of that user 
string uname = Page.User.Identity.Name;;

Answers (1)