My ASPX page retrieves names from a database into a checkboxlist. This can be a relative long list. The user clicks on the associated checkbox to select some of the names, after which a button at the bottom of the page is clicked to calculate the number of selected items. The total is then displayed...