corychauvin
Programmer
Hello,
i'm setting up a simple photo gallery, where the thumbnails are on one page and the large version of each on a detail page. I want to use the "move next" "move Prev" on the detail page so the user doesn't have to go back the master thumbnail page. My problem is that i have a filter on the detail page to grab the proper thumbnail photo the user might have clicked on. Well this only retrieves one row from the DB, if i remove the filter the "move next" "move Prev" works fine only it defaults to the first image and not the image the user clicked on?
How do you set this up so that the detial page will grab the proper photo the user clicked on and have the recordset get all the rows so you can use the 'move next' "move prev' and as well have them navigate from the proper position.
i'm setting up a simple photo gallery, where the thumbnails are on one page and the large version of each on a detail page. I want to use the "move next" "move Prev" on the detail page so the user doesn't have to go back the master thumbnail page. My problem is that i have a filter on the detail page to grab the proper thumbnail photo the user might have clicked on. Well this only retrieves one row from the DB, if i remove the filter the "move next" "move Prev" works fine only it defaults to the first image and not the image the user clicked on?
How do you set this up so that the detial page will grab the proper photo the user clicked on and have the recordset get all the rows so you can use the 'move next' "move prev' and as well have them navigate from the proper position.