Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi friends. I have more than 1500 photos in one folder of my ASP.NET project and the number of photos is increasing daily. The photos' urls and other features (e.g. album name, description, date etc.) are stored in database. I am using List view with its inbuilt paging feature with page size 4 for client view of the photos according to their preferences through drop down list. However with increase in number of photos, viewing of the photos is getting slower. What approach should I adopt to overcome this problem? Waiting for your advice very eagerly... Thank You.
Posted
Updated 4-Mar-13 18:07pm
v2

1 solution

you can use repeater control it is much faster than listview...
because repeater just binds the data it does not have any format...

check links..
http://forums.asp.net/t/1516818.aspx/1[^]

Bind an image in Repeater Control of asp.net[^]
 
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