Hi
I'm using Data Repeater control to display list of pages/news pages. I'm not using NewsList simply because i want to customize the look and feel of list.
How can give paging to to repeater control? I tried using PageDataSource object on PageDataCollection. Any ideas?
Cheers
Vish
As far as I know, the repeater control does not have any paging support. You need to handle everything yourself.
I'm curious, what is missing in the PageList or NewsList controls in regard to customization?
/Steve