I have a report page, that displays many rows, each row having its own checkbox with its value being an ID field from the database.
This is for a bulk operation, that will be preformed on all the row's where the checkbox was checked.
So if the user checks multiple boxes, hits a button, I need to send all the checkbox values to a controller's action that will take those Id's and process them.
I am using jQuery for this.