Click here to Skip to main content
15,913,157 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dears,

I have 3 tables named as Users, Groups, UserInGroups.

User table has Id(guid),Username, fullname

Groups table has Id(guid),Groupno, groupname

and a reference table called useringroups, it just have two fields UserId,GroupId

How can i insert to useringroups table using entity framework in asp.net mvc4. Kindly help me

regards
Posted
Comments
Jameel VM 3-Jul-13 0:36am    
did you try anything?where you are stuck?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900