Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
I'm working with VS2012 Update 4 for VS 2013, MVC5; I need to see the entire List of object and the Edit View on one page..
I'm trying to let appear my Edit View (for a simple model), in the SAME layout as my master List View page (all Objects),in a placed Razor
Section;
I'm Using @RenderBody() for the List View, and The following link code line

@Html.ActionLink("Edit", "EditItem", new { Id=item.Id })

makes DISAPPEAR the list(master page) and makes appear the Edit View,at the same place, in the normal layout; I want BOTH on the Screen!!
Perharps I need a partial View...I've been trying for days :(

I think this issue is not simple, can someone help me?
Thanks

Yogi
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900