Hey I came across this in trying to find a solution to the same issue, then went back and came up with another solution that handled 'pagination' on the client side rather than with asp. I am a newbie to all programming, so my solution may not be great for larger record sets.
Instead of letting ASP resubmit the page back and forth, i display ALL the record set fields on the page, then show and hide appropriate tables (with CSS, Javascript...
Leave a comment: