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
精彩评论