How can i add Checkbox in listbox. i want to make it in asp.net .
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
2009-04-03 07:54:53
A:
The thing is using CheckboxList we cannot select the item, we can only tick.
angeline
2010-07-28 07:37:01