Click here to Skip to main content
16,006,605 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In asp.net i am using Membership where i have used Membership.CreateUser(login, password, email, null, null, true, out status); But I've the requirement where i want some more info from user such as Contact no and Short name

System has created tables for membership using aspnet_regsql.exe But i've above requirement with more custom column

How i can store them

Do i modify those table but at a same time Membership.CreateUser has only limited entities
Please help
Posted

1 solution

you can use profile provider which allows you to store key & value pair.

please refer http://msdn.microsoft.com/en-us/library/2y3fs9xs.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900