tags:

views:

137

answers:

2

Hi,

How do get the paging functionality (like we have in asp.net gridview) in Listview control?

Thanks!

+3  A: 

use the pager control

see this link: http://aspnet.4guysfromrolla.com/articles/021308-1.aspx

eglasius
A: 

if you use datasource simply drag a DataPager control inside the <LayoutTemplate> tag.

e-turhan