asp.net, checkboxes and forgetting what was on previous pages.

asp.net, checkboxes and forgetting what was on previous pages.

eoinmeoinm Posts: 1Questions: 0Answers: 0
edited February 2012 in DataTables 1.9
Am working with datatables and I'm really impressed with them so far. However, I'm running into an issue; I have a table with two columns of checkboxes, I want to be able to save all selected checkboxes when the user submits the form using .net (ie. a postback).

So, the problem is that the form can 'see' the latest page of checkboxes but anything ticked on previous pages isn't registering as ticked. I've read online on these forums that I need to use fnGetNodes or the solution proposed here:

http://datatables.net/release-datatables/examples/api/form.html

But my problem is that I've no idea how to get at that data in a postback, the fnNodes solution is all client-side and I need access to this data server side.

Anyone got any ideas?

Thanks
This discussion has been closed.