I have many rows that I display on a page, and each row has a textbox with a user entered value in it.
When the user submits the form, I have take each row's textbox value, and do some db work on them.
The db work is performing updates, so I have to be able to reference the ID of the row also (which I have to store somewhere??)
what are my options here?