Question

How do I make a CheckBoxList in ASP.NET which looks like this?:

Desired CheckBoxList

When a List Item is selected I would need the values from both columns. Thanks in advance!

Was it helpful?

Solution

Since you're presenting multiple columns, a GridView control is a better alternative to CheckBoxList.

It contains a CheckBoxField column type that renders as column of checkboxes.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top