开发者

How to call a JQuery UI Modal with MVC (CRUD)

开发者 https://www.devze.com 2023-01-27 00:18 出处:网络
I have a Car View (List.cshtml) that show开发者_如何学Pythons my Car´s list... I´d like to add a button/link:

I have a Car View (List.cshtml) that show开发者_如何学Pythons my Car´s list... I´d like to add a button/link: "Add car..."

That button must open my View (Create.cshtml) in a JQuery Modal UI...

How can I do that?


here you go:

demo: http://demo.aspnetawesome.com/Meals/Index

download it from here: http://awesome.codeplex.com

Create/Edit in jquery UI dialog (popup)

delete with confirm dialog (ui dialog)

the list is just a simple table with a foreach

0

精彩评论

暂无评论...
验证码 换一张
取 消