Free Creating NextPrev Link in Cold Fusion Tutorial

Feb
07

Creating NextPrev Link in Cold Fusion

Posted by admin

(Page 1 of 3 )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,  
continue >>

Tags:

Add A Comment