
March 31st, 2004, 11:19 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 865
Time spent in forums: < 1 sec
Reputation Power: 5
|
|
|
Article Discussion: Creating NextPrev Link in Cold Fusion
Creating a Next/Prev link for query results in Cold Fusion is very easy with <cfloop> tag. Passing parameters to Start row and End row limits the record display in the specified range. Almost all of our database- driven applications require paging of query results. It might be handy if we had a custom tag or script written already. Just what we need is to extend that code wherever we want to place the paging and then change a few parameters. In this article, I show you how we can create Cold Fusion database query results with "Next 1 2 3 4... Prev" links.
Read the full article here: Creating NextPrev Link in Cold Fusion
|