Jimmy
Jimmy

Reputation: 2106

Paging in asp.net Listview control

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

Thanks!

Upvotes: 2

Views: 10385

Answers (2)

zer0w1dthspace
zer0w1dthspace

Reputation: 1052

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

Upvotes: 1

Related Questions