Next/Previous links
does know of tutorial on how list page numbers instead of next/previous links.
and limit number of page number links showing. can
work in asp.net can't figure out how in coldfusion.
for example similar this:
<< 1 2 3 [4] 5 6 ...15 next >>
<< 1... 3 4 [5] 6 7 ...15 next >>
thanks lot,
robert
and limit number of page number links showing. can
work in asp.net can't figure out how in coldfusion.
for example similar this:
<< 1 2 3 [4] 5 6 ...15 next >>
<< 1... 3 4 [5] 6 7 ...15 next >>
thanks lot,
robert
one way can think of
1) recordcount , divide how many records want show in each page , keep page numbers link on top
2) have start row , end row form or url variable. can check values whether "back" , "next" link needs there or not.
3) once pass start row , end row, can use display query output.
i'm sure there other ways this.
if know how previous/next links in coldfusion, doing asking should easy.
1) recordcount , divide how many records want show in each page , keep page numbers link on top
2) have start row , end row form or url variable. can check values whether "back" , "next" link needs there or not.
3) once pass start row , end row, can use display query output.
i'm sure there other ways this.
if know how previous/next links in coldfusion, doing asking should easy.
More discussions in ColdFusion
adobe
Comments
Post a Comment