ASP.NET Membership Question
-
Hello all, This is my first post in group. I have a user registration page. I wanted to use SQLMembership for registration and authentication. But, I have many fields like Address, Phone Number, Fax etc. that i want to store. Is there any way i can user Sqlmembership to store these information? Or I should implement Custom Membership? Please give your suggestion. Thanks in advance. -- modified at 22:11 Thursday 6th April, 2006
-
Hello all, This is my first post in group. I have a user registration page. I wanted to use SQLMembership for registration and authentication. But, I have many fields like Address, Phone Number, Fax etc. that i want to store. Is there any way i can user Sqlmembership to store these information? Or I should implement Custom Membership? Please give your suggestion. Thanks in advance. -- modified at 22:11 Thursday 6th April, 2006
Personally I use the 2.0 Profile and I added a new table to reference the USERID for extended properties. You could do the same. Let me know if you need a hand Al My eMail control My Blog
-
Hello all, This is my first post in group. I have a user registration page. I wanted to use SQLMembership for registration and authentication. But, I have many fields like Address, Phone Number, Fax etc. that i want to store. Is there any way i can user Sqlmembership to store these information? Or I should implement Custom Membership? Please give your suggestion. Thanks in advance. -- modified at 22:11 Thursday 6th April, 2006
Thank you Al. Just what i wanted to know. I will look into Profile and will surely ask you if i need further help. Really Appreciate your help.