1
Answer

how to retrieve the details of registered user in asp

Photo of Amit Kumar

Amit Kumar

11y
1.2k
1
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)