C# ASP.Net WebForm Membership Extra User Details (Profile)

Posted by user1638362 on Stack Overflow See other posts from Stack Overflow or by user1638362
Published on 2012-09-08T15:15:16Z Indexed on 2012/09/08 15:38 UTC
Read the original article Hit count: 156

Filed under:
|

I'm learning how to use the ASP.net membership, when a user registers they just create a username and password, however i want to create a page on my website called "profile" where they can fill in extra details such as firstname, lastname, date of birth ect. However i don't see where i can place this in the asp.net membership database. Theres an asp.net_profile table however i'm not sure how this works.

Could someone please explain how i can do this?

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET