Click here to Skip to main content
15,895,656 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i use one listview for display the images.then use the data pager to seperate the images in different pages but the problem is its not showing properly...Example:i added 23 images to listview and set the pagesize is 10..it display first 10 images in page load.after click next button it shows last three images. But it miss the 10 images..How to solve this problem?
Posted

1 solution

Have u set your ListView's GroupItemCount property to "1"...It will display one image at one row and your datapager pagesize="10" property will display 10 images at a time .

For exa. if you want to show 10 images at time and two images on one row your GroupItemCountproperty of Listview becomes GroupItemCount="2" and datapager's pagesize property becomes pagesize="10.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900