There are no issues, just want to visually improve the page links display. You can imagine if 20000 recordcount is returned and using the above function this can produce alot of page links !!
Dont worry im not returning all 20000 records, using a stored procedure with a CTE expression to bring back the currently displayed x records...........
Thanks for the loop tip...
Any ideas on how to improve the page links display ??
Jonathan
Main Topics
Browse All Topics





by: gdemariaPosted on 2008-09-19 at 10:41:25ID: 22523563
what are the issues?
I am curious why you are looping through row numbers at the bottom when it seems you just need to loop through the pages 1..2...3
<cfloop index="pageNo" from="1" to ="#totalPages#">