Skip to main content
April 20, 2006
Answered

Recordset Paging

  • April 20, 2006
  • 2 replies
  • 394 views
I'm trying to have a thumbnail link to the large image within a slideshow on the detail page. The detail page consists of one large image, a recordCount, and recordset paging which correctly allows me to click "previous" and "next" to view the other images within the album. However, I can't figure out how to pass the necessary information from the thumbnail page to the detail page so that it will jump to the correct record/image within the recordset. I tried passing the "idProduct", but then it only shows the one record/image so I can't use the previous/next buttons to view the other record.

Any help or suggestions would be greatly appreciated. Thanks!
Lori
    This topic is closed to new replies. Start a new post to keep the conversation going.
    Correct answer
    I figured it out. Thanks.

    2 replies

    Correct answer
    April 21, 2006
    I figured it out. Thanks.
    Inspiring
    April 20, 2006
    Post your code and so we can see exactly what you're working with and what you're trying to do.