Hi i have this table
Which contain 2 foreign keys UserID and FamilyMemberID
how can i insert for One user mutiple FamilyMemberID from check boxes in one line
for the insertion i'm using this code
Users U = new Users();
U.InsertUsers(,,,);
Go to the complete details ...