Hi all , I am making a scroll feature in my website that loads more items into the datalist when i scroll down (like Facebook) Code : <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Test.aspx.cs" Inherits="temp_Test" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <style> .AlbumShadow { float: left; margin-top: 8px; margin-left: 20px; background: #aaa; } .AlbumShadow img { margin: -4px 4...