What's the best way to call a modal dialog in ASP.NET MVC using Twitter Bootstrap?

后端 未结 4 1253
伪装坚强ぢ
伪装坚强ぢ 2020-12-04 10:48

I\'m currently using Twitter\'s Bootstrap toolkit on a new project and I had a question on the best way to use the modal dialog in ASP.NET MVC3.

Is the best practice

4条回答
  •  一生所求
    2020-12-04 11:14

    Great example, I had to modify slightly for MVC 5 and Bootstrap 3.3.7, I changed the target div tags to the following, otherwise I was just getting the grey background and no modal dialog. Hope this helps someone.

    
    

提交回复
热议问题