Loading images faster in Gridview
- by rs
I have a gridview which displays data for all employees and their images.
The images take more time to render completely when i click sort or paging or reload.
I'm using httphandler to display image as stream.
Is there a way i can speed up this image loading?