Ok i have this simple paging code that im currently testing and modify
this code will show 3 records per page in a table
this table have 4 columns
ID
FirstName
LastName
Age
The paging is working fine.....
the problem i'm having is in 2nd page the ID column is back to 1....and not 4
i want the id number in the id column to continue from previous page and to next page
page 1: ID: 1 2 3
page 2: ID: 4 5 6
and so on
here's my code
p/s: sorry for my english