How can I limit a repeater control to 5 records out of the database?
I wanna make a gallery page and the Repeater control seems like the best one to use because I can control the HTML and lay it out how I want.
The trouble is however that I also want to page the results by 5 items per page for example.
Is this possible with a repeater or do I have to write some sort of custom paging device?
Thanks in advance,
Chris
I wanna make a gallery page and the Repeater control seems like the best one to use because I can control the HTML and lay it out how I want.
The trouble is however that I also want to page the results by 5 items per page for example.
Is this possible with a repeater or do I have to write some sort of custom paging device?
Thanks in advance,
Chris