Server-Side Pagination

Server-Side Pagination

Hello Everyone,

I'm new to jQuery. I have a question for you guys...

Suppose I have a file 'A' ( results.asp) that returns a paginated recordset from the database (10 rows at a time)

I have another file 'B' where I want Jquery pagination. I wamt tp call the results.asp from  page 'B' to update my div

The problem is that I'm confused between 2 paginations. If I use javascript pagination on file 'B' I will have to pre populate all rows in file 'A' and remove the 10 rows at a time filter. If I still keep the filter on file A then the JQUERY pagination on file B will be inaccurate. Can someone guide me or perhaps show be a tutorial where I can learn to fix my problem.