CheckBoxList.Mvc.Core aims to help you to code for mulitple selctions in ASP.NET MVC in the, well, MVC way. For example in the view @Html.TextBoxFor(m => m.Name) gives you a textbox input and other ...
This set of modules that is intended to provide small working examples on programming languages like Asp.net, C#/Vb, HTML, CSS, JavaScript, jQuery etc or any other third party APIs. The modules strive ...
ASP.NET MVC's HtmlHelp has a TextBoxFor, a DropDownListFor, and even a HiddenFor method…but it doesn't have a CheckBoxListFor method. CheckBoxList(For) by Mikhail Tsennykh fills that gap and makes it ...