Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
234 Points
154 Posts
May 25, 2012 06:16 PM|LINK
I am trying to get the email of registered user by User.Identity.GetProfile().Email; (I got them registered from ASP memebership)
but it always give error or object refereenced to null .
The data of user is present in DB , mne objective is to use these built in classes to get info of users both logged in and all other users .
usman_sodon
Member
234 Points
154 Posts
Get Email from User.Identity.Profile().Email()
May 25, 2012 06:16 PM|LINK
I am trying to get the email of registered user by User.Identity.GetProfile().Email; (I got them registered from ASP memebership)
but it always give error or object refereenced to null .
The data of user is present in DB , mne objective is to use these built in classes to get info of users both logged in and all other users .