I am displaying the products catalog on my e-commerce site using ListView but how can I limit the amount of products that I want to show per page? Cheers!
I am displaying the products catalog on my e-commerce site using ListView but how
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This web page will tell you how to setup a
DataPageron aListView. The setting on the pager for controlling the number of rows per page isPageSize.Here is a snippet of code to setup a
DataPager. Note thatPagedControlIDshould be the id of your list view control. ThePageSize="50"specifies that fifty rows per page are displayed.