dealing with multiple check boxes
I'm pulling back a list of results whcih will include a checkbox, a listbox and a textbox.
The idea is the user will tick rows that he wants an action performed, select the general reason from the listbox and write more specific information in the texbox.
The user will be able to tick etc multiple rows befoer clicking submit.
The problem is i'm not sure how to deal with submitting values for multiple rows. i don't know how i'll be able to say.
'ok this row was ticked and this value selected from the list box and this text entered in the textbox, and then this row was selected with this value selected from the listbox and this text entered in the textbox' etc etc