I have a repeater that runs over 10 pages.
I wish to show page number on the right for all odd numbered pages and on the left for even number pages. The only way I think this will work is to have page numbers on left and right at outset and use a conditional block to hide the page number depending on which pages appear. However, I cant get it to work.
Does anyone know what I might be doing wrong?
sleepy ;D
Please explain what you've tried so far. This should be faily simple to accomplish but I think page numbers somehow get jacked up when displayed in HTML. Have you noticed the page 1 of ? notation in the footer? It can't tell how many pages will be displayed because it renders one page at a time. Could have something to do with that.