tags:

views:

980

answers:

4

How can i add Checkbox in listbox. i want to make it in asp.net .

+2  A: 

You probably want to use CheckBoxList.

James L
+2  A: 

Maybe CheckBoxList can solve the problem?

Misha N.
A: 

Agree with the above, but the specific answer to your question (as far as I am aware) is that you can't. You can only add items which inherit from ListItem. Definitley look to CheckBoxList.

Charlie
A: 

The thing is using CheckboxList we cannot select the item, we can only tick.

angeline