Iam creating website to store some list by user. Here Im using Asp.Net Identity for User Login in to account. Here What i want is to make relation with user talble(created by asp.net identity) and the table i created to store data. so for that how to get userID of User table as foreign key to my table?
↧