I need some help in transferring data from a view to a controller action function. My case is as follows: I have a table with checkboxes. Each table entry corresponds to a request with a request id. the user will select some checkboxes and then click the 'Approve' button. On clicking the button, the jQuery script must find all selected request ids and send them to a controller function.I need some help in transferring data from a vi