There is a lot's of image content in my site which i fetch from databse and bind it in reperater contrl or grid view.
I want to implement lazy loading to this content , e.g. when i scroll down content should bind at that time to decrease my page load time like in fb.
how to implement that