MVC 4 asp.net, edit with IEnumerable query

User

New Member
I need help to solve my problem about MVC4 asp.net. In my edit view, I want to display under the editor form the other records with a relationship Id to the record that i want to edit. I have 4 table having an association. Please help me.\[code\]public ActionResult edit(Int i=0){ some code.... return View();}public ActionResult edit(Record records){ some code... return View(record);}\[/code\]
 
Back
Top