MVC 4 - Many-to-Many relation and checkboxes

后端 未结 3 1584
梦谈多话
梦谈多话 2020-12-03 09:05

I\'m working with ASP.NET MVC 4 and Entity Framework. In my database, I have a table Subscription which represents a subscription to public transports. This

3条回答
  •  感动是毒
    2020-12-03 09:20

    I prefer this answer: Saving Many to Many relationship data on MVC Create view If you are doing database first, then just skip to the viewmodel part of section 1.

提交回复
热议问题