I found this article [ http://blog.stevensanderson.com/2011/01/13/scaffold-your-aspnet-mvc-3-project-with-the-mvcscaffolding-package/ ], which explains how to use MVC Scaffolding with one-to-many relationships in EF to create a list with a numbered collection as an option.
I tried to use this with my project, but I had a problem - I do not want to use EF (or include a link to it). I use POCOs, which are then displayed using the repository template and saved using NHibernate.
Is there a way to create the same forest lists for POCOs without creating the DataContext created by the article.
Edit: I know how to do this manually, I'm looking for a way for the scaffold code to do this for me.
asp.net-mvc-3 nhibernate scaffolding
Darbio Aug 09 '11 at 11:28 2011-08-09 11:28
source share