Reputation: 2106
How do get the paging functionality (like we have in asp.net gridview) in Listview control?
Thanks!
Upvotes: 2
Views: 10385
Reputation: 1052
if you use datasource simply drag a DataPager control inside the <LayoutTemplate>
tag.
Upvotes: 1
Reputation: 36037
use the pager control
see this link: https://web.archive.org/web/20211031102325/https://aspnet.4guysfromrolla.com/articles/021308-1.aspx
Upvotes: 8