MicroBlueChip
Programmer
Hi All,
I am currently coding a search mechanism for a store which has 4000+ items. However I currently have only "previous page" and "next page" links in order to navigate through the results which is painful for the customer to use.
How can I go about using paging. I have found lots of example code but this only works on a per page basis and therefore this would create 400 page links on a 10 records per page basis. Are there more efficient and better ways for performing Recordset paging with excess of 4000+ records.
Many Thanks
Phil.
I am currently coding a search mechanism for a store which has 4000+ items. However I currently have only "previous page" and "next page" links in order to navigate through the results which is painful for the customer to use.
How can I go about using paging. I have found lots of example code but this only works on a per page basis and therefore this would create 400 page links on a 10 records per page basis. Are there more efficient and better ways for performing Recordset paging with excess of 4000+ records.
Many Thanks
Phil.