ASP.NET MVC Multiple Checkboxes

后端 未结 3 1450
-上瘾入骨i
-上瘾入骨i 2020-12-29 13:22

I have a List of about 20 items I want to display to the user with a checkbox beside each one (a Available property on my ViewModel).

When

3条回答
  •  执念已碎
    2020-12-29 13:54

    This blog post also could help;

    http://tugberkugurlu.com/archive/how-to-handle-multiple-checkboxes-from-controller-in-asp-net-mvc-sample-app-with-new-stuff-after-mvc-3-tools-update

提交回复
热议问题