Infinite Scrolling with asp.net gridview not detecting div scrolled to bottom after first update
问题 I'm trying to implement Infinite Scrolling on a gridview to speed up my web application, since the gridview is being bound to a sql query that returns thousands of records at start (it's the client's wish, and I can't change that.) So I've been following the directions for adding Infinite Scrolling to a gridview found here, and it does work -- the first time the user scrolls to the bottom of the div. The second time, nothing. Here's the code I'm using to track the div's scroll event. The