Click here to Skip to main content
15,890,947 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi, i used a Repeater in Asp, my repeater show every data in table but i want show for example 9 item in page. what should i do?
Thanks all.
Posted
Comments
ZurdoDev 22-Jul-15 15:51pm    
Search for how to do paging with repeater.
Richard Deeming 22-Jul-15 16:58pm    
The ListView control[^], added in .NET 3.5, would be a better choice than the Repeater control. It includes built-in support for paging, using the DataPager control[^].
Member 11829564 22-Jul-15 17:02pm    
Thanks, My problem was solved. i used the datalist include the DataPager.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900