2016-09-21

Here Mudassar Ahmed Khan has explained with an example, how to bind (populate) RadioButtonList (List of CheckBoxes) from database using Model in ASP.Net MVC Razor.
ASP.Net MVC does not have an in-built RadioButtonList control and hence using the SelectListItem class as Model, a Custom RadioButtonList has been populated from database in ASP.Net MVC 5 Razor.

Show more