views:

23

answers:

1

I need to get how many checkboxes are checked in listbox. Do you have some idea how to get it?

A: 

You can edit item template for ListBox and add checkbox for item.
In that case you also can add event handler for checkboxes and handel check event.
Or if you are adding checkboxes by code than add handler for event and then add checkboxes.
Hope this will help you.

Samvel Siradeghyan