When you add the items to the ListView, store the record ID in the Tag or Key property (as you prefer) of the ListItem. In the remove button event, use a for each ListItem to loop through the list, and if the item is selected remove the record using the tag/key property and the item itself
Marco
|