R
Ray Booysen
Hi all
I am using the membership provider and am storing all the login details
via this system.
However, I require to add additional fields that may change over time
that are related to the User. E.g. DOB, Place of birth and all that.
What is the best way to do this? Create a second table taking the
primary key of the aspnet_Users table and use this as a foreign key in
my new table?
Can I extend the provider to take these new fields? If so, how do I
change it in case of new fields?
Regards
Ray
I am using the membership provider and am storing all the login details
via this system.
However, I require to add additional fields that may change over time
that are related to the User. E.g. DOB, Place of birth and all that.
What is the best way to do this? Create a second table taking the
primary key of the aspnet_Users table and use this as a foreign key in
my new table?
Can I extend the provider to take these new fields? If so, how do I
change it in case of new fields?
Regards
Ray