anybody can help in this problem ? https://stackoverflow.com/questions/45320704/asp-net-webform-infinity-scroll tks in any case
7/27/2017 7:16:48 AM
jonata1 Answer
New AnswerIn javascript use an event listener on the window or document and if the user scrolls up more than x amount of pixels then send and Ajax request to the server. When the server responds, you simply prepend the new data. Quite easy with jQuery's prepend() method. You can also use vanilla javascript using insertBefore.
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message