Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Dec 20, 2011 03:56 PM by badzeugene
Contributor
3217 Points
1179 Posts
Sep 19, 2011 11:23 AM|LINK
Hi,
How can we implement infinite scrolling with listview in asp.net
like this
http://www.google.com/city/portland/
All-Star
30184 Points
4906 Posts
Sep 19, 2011 11:28 AM|LINK
Try this-
http://forums.asp.net/p/1703466/4526556.aspx/1?Re+Facing+problem+for+a+single+big+record+and+infinite+scroll
36852 Points
5446 Posts
Sep 20, 2011 12:05 AM|LINK
this is rather a weak solution. basically you can get a addition page at a time via scroll, but the scroll does not reflect the total size, nor can you jump ahead (scroll to the bottom).
Member
118 Points
152 Posts
Dec 20, 2011 03:56 PM|LINK
Hi, may i have the better idea to implement infinite scrolling with listview?
and, is it possible if my listview is nested with another listview, which i need it trigger ItemDataBound?
madan535
Contributor
3217 Points
1179 Posts
infinite scrolling with listview in asp.net
Sep 19, 2011 11:23 AM|LINK
Hi,
How can we implement infinite scrolling with listview in asp.net
like this
http://www.google.com/city/portland/
asteranup
All-Star
30184 Points
4906 Posts
Re: infinite scrolling with listview in asp.net
Sep 19, 2011 11:28 AM|LINK
Hi,
Try this-
http://forums.asp.net/p/1703466/4526556.aspx/1?Re+Facing+problem+for+a+single+big+record+and+infinite+scroll
Anup Das Gupta
Mark as Answer if you feel so. Visit My Blog
bruce (sqlwo...
All-Star
36852 Points
5446 Posts
Re: infinite scrolling with listview in asp.net
Sep 20, 2011 12:05 AM|LINK
this is rather a weak solution. basically you can get a addition page at a time via scroll, but the scroll does not reflect the total size, nor can you jump ahead (scroll to the bottom).
badzeugene
Member
118 Points
152 Posts
Re: infinite scrolling with listview in asp.net
Dec 20, 2011 03:56 PM|LINK
Hi, may i have the better idea to implement infinite scrolling with listview?
and, is it possible if my listview is nested with another listview, which i need it trigger ItemDataBound?