When You select a checkbox in the list view, the selected item is not updated.
I want to limit the user to the number of checkboxes checked -10. How can this be done? I can keep count of the total, but when the user goes over the total, I can put up a messagebox but have no way of knowing what the 11th checked so I can uncheck it.