MVC 4 Edit modal form using Bootstrap

前端 未结 4 1657
暖寄归人
暖寄归人 2020-11-29 16:41

I\'m using MVC 4 and Entity Framework to develop an intranet web application. I have a list of persons which can be modify by an edit action. I wanted to make my app more dy

4条回答
  •  情歌与酒
    2020-11-29 16:59

    In $('.editor-container').click(function (){}), shouldn't var url = "/area/controller/MyEditAction"; be var url = "/area/controller/EditPartData";?

提交回复
热议问题