.Net Development & General Tech Related News

Multi-Select List Box in ASP.NET MVC

Friday, February 26th, 2010 Posted in .Net, ASP.NET MVC, ASP.Net, C#, Entity Fraemwork | 1 Comment »

Recently I have been working on an MVC site using the Entity Framework.  I have some related entities in my EF model, as show below in the form of "Reader" and "Category", and the relationship between them, i.e. many to many. When ...