Master-Detail Sample Code for MVC 3 Razor (using Ajax for details)

前端 未结 2 721
春和景丽
春和景丽 2020-12-31 12:00

I am looking for sample code to create a master/details with c# mvc 3.

Specifically, I am trying to figure out how to call via ajax the rendering of a partial view.

2条回答
  •  不知归路
    2020-12-31 12:55

    I have blogged about creating master detail form using asp.net mvc where you can add n child records on clietn side without the need of sending ajax request just to bring the editor fields for child records. it used jquery templates

提交回复
热议问题