I'm working with Jquery datatables with asp.net repeaters and 90% of everything is working ok. Problem is that I've got a column of checkboxes and if I page through the datatable checking some boxes and then submit, I only get the last page of details, it forgets all other pages where checkboxes were checked.
This is covered more or less here:
http://www.datatables.net/forums/discussion/7700/repeater-checkbox-and-paging/p1
However, I've no idea how to get that data from an asp.net postback, anyone shed any light on how I'd be able to iterate through the repeater and get all checked boxes?
Thanks.