Hope someone can help... I have a web page that is generated from a SQL table. it creates an HTML table with values from the table and each row contains a check box. The problem is how do I enumerate which check box is checked using a button control given that the table will vary in the number of checkboxes...I know I need a sub routine but how will I format it since I do not know the number of records I will have until after the script has executed