Forum Moderators: coopster
I just thought that by setting the value of the checkbox, I could determine the selected checkboxes and insert the corresponding records into the database.
The selected records whose checboxes have been set are then inserted into another table. Or updated as I may also need to update some.
My problem,however, is how to determine the selected records and then do multiple inserts into the database table?
Any help offerd will be highly appreciated.