While processing rows of table data using rs.next within a while loop, howdo I add a checkbox as a separate column to the beginning or end of eachrow. Also, after the rows are presented on the web page to the user, andthe users checks one or several, how do I go through each row to determinewhich ones are checked? How then do I then associate an action with eachchecked row. For instance, say that I want to delete an rows that are checked,how could I do this?Need an answer quickly---please!!Joe Jeffery