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

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -