Creating views in MVC applications

Posts   
 
    
raulAl
User
Posts: 1
Joined: 12-Feb-2012
# Posted on: 12-Feb-2012 12:44:36   

Hello everyone,

I'm quite new to both LLBLGen Pro and ASP.NET and I would like to know if it is possible to create a view scaffolding in MVC applications by using if one is using generated code (since this means there will be no model files in the application) or is it necessary to write the content of the view manually if the controller calls the LLBLGen Pro classes?

Thanks in advance simple_smile

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 13-Feb-2012 01:23:32   

Depending on what Scaffolding tool you are using. Here is an example of LLBLGen and MVC using a special modelBinder: http://llblgen.com/tinyforum/Messages.aspx?ThreadID=19731&StartAtMessage=0&#111280

David Elizondo | LLBLGen Support Team