Break recordset up into pages like this: 12345 >> See All

Discussion in 'Programming' started by forumposters, Mar 27, 2007.

  1. #1
    Any good tutorials out there for this? When the user first searches I want the top of the results page to look like this:

    12345 >> See All

    And, when they click on page 5, I want it to look like this:

    34567 >> See All

    And, so on.
     
    forumposters, Mar 27, 2007 IP
  2. datropics

    datropics Peon

    Messages:
    309
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    0
    #2
    hmmm - I notice from your other posts you are asking some interesting questions that point to where you want to get as a developer. As a means of a general guide, here's a suggestion.

    Go through the process of creating a recordset in Dreamweaver. Look at the code that it generates. Try to understand that code, then adjust for your liking.

    I believe that will help you.

    daTropics
     
    datropics, Mar 27, 2007 IP
    IsRoss() likes this.
  3. IsRoss()

    IsRoss() Peon

    Messages:
    116
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Google 'cold fusion pagination'. There are many tutorials for this on the net.
     
    IsRoss(), Apr 3, 2007 IP
  4. datropics

    datropics Peon

    Messages:
    309
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    0
    #4
    Either option will work for you forumposters, IsRoss() is correct - let us know if this helps any
     
    datropics, Apr 4, 2007 IP
  5. IsRoss()

    IsRoss() Peon

    Messages:
    116
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Here is a good tutorial on pagination using ColdFusion:

    tutorial405.easycfm.com

    Sorry it's not a link, I am apparently too new of a member to be allow to post urls
     
    IsRoss(), Apr 4, 2007 IP