I'm extremely new to Dynamic Data, but I'll fire this off anyway.
I have an EF model set up, with a PJT table linking Shows and Genres. The EDMX correctly displays this as a * - * relationship between Shows and Genres, with navigation properties. Using Dynamic Data, I can create a Show item, but then only once it is created, can I edit it to link up the Genres (which are nicely displayed as check boxes).
I've read this http://blogs.msdn.com/b/davidebb/archive/2008/10/25/a-many-to-many-field-template-for-dynamic-data.aspx article which everyone refers to, but I can't see how to use the ManyToMany_Edit.ascx Field template on the Show insert page. Interestingly, in the ManyToMany_Edit.ascx.cs file that I have, there is a comment that says
// This field template is used both for Editing and Inserting
But I can't see it being used for inserting!
Any pointers would be greatly appreciated!
For example, create such derived classes, change type of DefaultModel in Global.asax
best regards corporal_lael