Ok this is kind of a different pagination they have tried before. I have a page that displays an image. I need to paginate from image 1 - 3 in a dataset.
So say I go get all the images and I have a query that comes back with PhotoID 2,14,15. Currently the image being viewed it PhotoID 14. I need pagination that says "You are viewing photo 2 of 3 with Next and Previous buttons". I thought about using valuesList() to convert the query record to a list and using ListFind() to find the position. How do I do the Next and Previous? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323263 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

