I'm using the CreateUserWizard and the ASPNETDB.mdf database.
If I create a new database table I would like to create a relationship between the aspnet_Membership table and my new Orders table.
I'm not sure how to do this. Would I need to get the UserID for the newly created member and place that in the new table?
thanks.
If I create a new database table I would like to create a relationship between the aspnet_Membership table and my new Orders table.
I'm not sure how to do this. Would I need to get the UserID for the newly created member and place that in the new table?
thanks.