Hi all,
I am using repeater in pageheader to display some date info, and in pagebody a list dispalying 20rows per page. when i move downs next page the date info of repeater is missing. i have set pagination property for repeater, but it still not displaying the info.
Any thoughs on this.
Thanks in advance
vsud
vsud,
You should use a list instead of a repeater. I have run into this problem before and the list works much better. You will need to set the pagination on your list also if you want it to repeat on each page.