I have a page that dynamically creates checkboxes depending on which radio button a user chooses..The user can then select a checkbox(s)..if 3 checkboxes are created, thier names are HLTchk0, HLTchk1, HLTchk2 (not an array). The problem i am running into is when i submit the form i need to be able to read the values from each box that is checked and ignore the ones that are blank. These values are then going to be written to a db..Thanks for any help