asp.net - C# listview paging question -


in listview, if want use paging feature, how can increase amount of rows shown each page? increase current rows form 10 35.

if talking asp.net use datapager control allows set common paging properties(pagesize,etc)

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

http://www.4guysfromrolla.com/articles/021308-1.aspx


Comments

Popular posts from this blog

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

c# - Global Variables vs. ASP.NET Session State -