I'm displaying a page with employees names and a checkbox to the left of each name. If the management checks the checkbox to the left of the employees name then that employee will be marked to be removed from the database. Every checkbox is given a unique identifier and the value property is set to the userid of the employee to delete. This page looks like the outlook asp pages that MS provides for remote access. I call another page that should process the checkboxes and delete the names however I'm having trouble figuring out how to see if the checkboxes have been checked and then getting the values from the checkboxes. Thanks for any help.