Search code examples
c#asp.netdatapager

C# listview paging question


In Listview, if I want to use the paging feature, how can i increase the amount of rows shown for each page? I would like to increase the current rows form say 10 to 35.


Solution

  • if you are talking about ASP.net you could use a DataPager control that allows you to set up all the common Paging properties(PageSize,etc)

    http://thibautvs.com/blog/?p=718

    https://web.archive.org/web/20210125144848/http://www.4guysfromrolla.com/articles/021308-1.aspx