Bind Content of page on scrolling using asp.net c#
Bind Content of page on scrolling using asp.net c# .Aspx Page < head id ="Head1" runat ="server"> < title ></ title > < script type ="text/javascript" src ="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></ script > < script > $( function () { InfiniteScroll(); }); function InfiniteScroll() { $( '#divPostsLoader' ).html( '<img src="images/loader.gif">' ); //send a query to server side to present new content $.ajax({ ...