Reputation: 614
Since the membership provider does not allow me to add additional fields for a new user like First Name, Last Name, etc, I want to store all that information into a seperate database table called Users. How do I link the membership provider with this table, so that when an Admin wants to manage users using a seperate webpage (not the buit-in membership provider page) it shows all the information in the membership provider plus the information in the database table?
Thanks
Upvotes: 0
Views: 1526