MVC 4 - Browsing Forests Creating Options

I am very new to MVC 4. When I create a new controller and select the Scaffolding option, which creates CRUD actions using EF, the created Create object creates labels and edit boxes in a single vertical column with labels on top of the edit controls. Is there a way that I can show the Forests function to create my view in a different way? For example, I might need two columns. The first column will be the label, and the second column will be its corresponding edit control.

+3


source to share


1 answer


Have you seen Scott Hanselman 's post about this? I believe this is what you are looking for.



+2


source







All Articles