|
Ok, I found something really cool today! I have multiple checkboxes that the user can select, and I was struggling to retrieve the selected values in my controller. Luckily, mvc offers some great assistence; check out this code: <% using (Html.BeginForm...
|