Can someone please help me. I thought this would be relatively painless but Im
having problems.

I've created a small applicaion using asp.net witha SQL server database. The
theory is pretty simple. Its kind of like reconciling your bank statement or
phone bill.

I've pulled the information out of the database and displaying it all in a
datagrid. With this I have a checkbox for each row/record. I want to be able to
go down the list and "check off" those items that have been cleared. Thus
updating the column "cleared" in the database for each and every record.

Now Ive used a datagrid for aesthetic purposes but I could use a repeated
region, data list, checkboxlist whatever, I don't care if I can somhow get it
to work. I don't need to update any of the other data just weather or not a
checkbox has been checked.

I know I have to use some kind of looping statement or handler but this is
where Im stuck. Can someone please offer me the code on how to update all
records displayed based on weather a checkbox (for each record) is set to true
or false

Many thanx