0
kicks
Paging in ListView in ASP.Net 3.5
Like GridView, Paging in ListView control is not an integral part of the control itself. It can be provided through a new control in ASP.Net 3.5 called DataPager control. The advantage of providing this feature with a new control are, Paging can be separated from ListView Control and can be displayed at any part of the page. We can also attach the paging feature with the ListView control by placing the DataPager control in the LayoutTemplate of the ListView control which resembles GridView control.