Click here to Skip to main content
15,891,828 members
Please Sign up or sign in to vote.
1.94/5 (3 votes)
hi
it nice to question here that i am struggling with images binding there are about 50000 images i have.
its loading very slowly after deployment can anyone suggest me good techniques tricks anything i just want to make my images load faster...............

i am doing folder option saving name at database and images at folder still its very slow

please help me on this one
Posted
Updated 25-Jul-13 2:25am
v9
Comments
Herman<T>.Instance 22-Jul-13 5:22am    
Hi,

you load all the images in 1 select statement?
Dholakiya Ankit 25-Jul-13 8:24am    
ok
Dholakiya Ankit 22-Jul-13 5:24am    
dont understood i am using repeater to bind images i have shoping websie
Herman<T>.Instance 22-Jul-13 5:38am    
do you load images async?
Dholakiya Ankit 22-Jul-13 5:42am    
yes loading asynchronous i want full description i have no idea about it...

1 solution

There are so many ways to implement image gallery in asp.net, No need to show hundreds of image file at a time to user. Rendered the image as user scrolls down on website. you could try by following ways.

1) Lazy Load.[^]
2) Image Gallery using ASP.Net DataList Control Pagination.aspx[^]
3) Effective paging with List View control in ASP.NET[^]
4) Implementing Efficient Data Paging with the Datalist Control in ASP.NET 2.0[^]
5) ASP.NET Pagination[^]
6) Adding Paging Support to the Repeater or DataList [^]
7) product listing page with clean css ui[^]
 
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