Selecting ListView Items with CheckBoxes

Often we need to enable users to select multiple items from a ListView control and do a batch operation on them. While the ListView control does enable selection, it only supports selecting one row (item) at a time. This article shows a nice, easy and reusable way to enable multiple selection with checkboxes.Note: Cross posted from Heartysoft.com.
Permalink

No Comments