Penguen
Penguen

Reputation: 17288

How can i add checkbox in listbox(asp.net)?

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

Upvotes: 1

Views: 12060

Answers (3)

Charlie
Charlie

Reputation: 2096

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.

Upvotes: 0

Misha N.
Misha N.

Reputation: 3455

Maybe CheckBoxList can solve the problem?

Upvotes: 2

James L
James L

Reputation: 16864

You probably want to use CheckBoxList.

Upvotes: 3

Related Questions