views:

19

answers:

0

I'm moving a bunch of code to Entity Framework and I need to represent a many to many link visually. This is done by a list of checkboxes with some of them checked to represent the join table.

I've looked at Dynamic Data and while that works well, I can't see how to extract their ManyToMany_Edit.ascx file and use it in ASP.Net. Another problem is that DD only has support for many to many field templates in .Net 4.0 and I'm using 3.5.

I've had this working in other data frameworks (NetTiers for example) but can't get my head round it with plain ASP.Net.

There must be a .Net 3.5 solution for EF 1 somewhere, but I can't find it.

Any pointers?