修复DIV的显示
问题描述:
我必须在窗口滚动上放置延迟加载。即时通讯显示我的页面上的所有100条记录,并希望在页面上只显示25条记录而没有其他服务器命中..一旦用户滚动窗口滚动条然后,他必须看到接下来的25条记录我,所有50条记录..然后next ... next
i have to put the lazy loading on the window scroll . i m displaying all 100 records on my page and want to show only 25 records on the page without other server hit .. as soon as user scroll the window scroll bar then , he must seen next 25 records i,e all 50 records.. then next ...next
答
看到那个演示.. :)
使用GridView滚动使用按需数据ASP.Net和jQuery AJAX [ ^ ]
see that demo.. :)
Load on demand data in GridView on scroll using ASP.Net and jQuery AJAX[^]