Hi All,
I have been searching for asp paging code on the net and I have managed to find loads of it. I have a database with just one column which contains loads of pictures and I would like to display 6 pictures at a time on a page and give user the option of next and previous button. I have found code which will display the pictures down the page like:
Picture 1
Picture 2
Picture 4
Picture 5
Picture 6
<<previous 1 2 3 Next>>
But I cannot find any code which will display only 6 pictures at a time on a page in the following format.
Picture 1 Picture 2 Picture 3
Picture 4 Picture 5 Picture 6
<<previous 1 2 3 Next>>
I am using dreamweaver and I would really appreciate it if anyone could help me or provide me with the asp code for this function.
Thank you.