Loading images faster in Gridview

Posted by rs on Stack Overflow See other posts from Stack Overflow or by rs
Published on 2010-06-15T18:49:16Z Indexed on 2010/06/15 18:52 UTC
Read the original article Hit count: 113

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?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET