PDA

Click to See Complete Forum and Search --> : [RESOLVED] Page Counter


aNubies
May 15th, 2009, 12:57 AM
Hey guys it's just so happen that im stuck in creating page counter. What i meant by page counter is displaying 10 records in a table and then the rest would be stand by using the page counter.

Let's say i have 34 records so when i click the 1 it will display 10 records, when i click 2 it will display another 10 records and lastly if i click 4 it will display the 4 remaining records.

1 2 3 4

kows
May 15th, 2009, 01:54 AM
what you're looking for is called pagination, not a "page counter." look here (http://www.vbforums.com/showthread.php?p=1988751#post1988751).

aNubies
May 15th, 2009, 02:49 AM
Hmph thanks i have my own code, but i can get an idea with that thanks.