Using Bootstrap Modal window as PartialView

后端 未结 5 1004
南方客
南方客 2020-11-27 10:05

I was looking to using the Twitter Bootstrap Modal windows as a partial view. However, I do not really think that it was designed to be used in this fashion; it seems like

5条回答
  •  南方客
    南方客 (楼主)
    2020-11-27 10:46

    Complete and clear example project http://www.codeproject.com/Articles/786085/ASP-NET-MVC-List-Editor-with-Bootstrap-Modals It displays create, edit and delete entity operation modals with bootstrap and also includes code to handle result returned from those entity operations (c#, JSON, javascript)

提交回复
热议问题