1
Answer

how to retrieve the details of registered user in asp

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)