Hi. I'm using asp.net universal providers and asp.net builtin controls to register new users.
I need to store additional user info, like FirstName, LastName, GroupId and etc.
What's the best approach?
If i have to use my custom registration control, how i can do this?
The ASP.NET Profile is meant for this type of data, unless you consider this more back-end business data that needs to be accessible to other parts of your enterprise in which case you should use a database.
r.zarei
Member
41 Points
56 Posts
store additional fields using asp.net universal providers
Dec 08, 2012 07:16 AM|LINK
Hi. I'm using asp.net universal providers and asp.net builtin controls to register new users.
I need to store additional user info, like FirstName, LastName, GroupId and etc.
What's the best approach?
If i have to use my custom registration control, how i can do this?
Thanks.
BrockAllen
All-Star
28052 Points
4996 Posts
MVP
Re: store additional fields using asp.net universal providers
Dec 08, 2012 04:09 PM|LINK
The ASP.NET Profile is meant for this type of data, unless you consider this more back-end business data that needs to be accessible to other parts of your enterprise in which case you should use a database.
DevelopMentor | http://www.develop.com
thinktecture | http://www.thinktecture.com/