Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

I'm wondering is there a way to load nested repeater controls on page scrolling. I've checked following examples for loading of repeater control but still don't get a way to load data to its inner repeater.

1. Scroll to Load Data, webservice,javascript[^]
2. http://aspsnippets.com/Articles/Load-data-while-Scrolling-Page-down-with-jQuery-AJAX-and-ASPNet.aspx[^]

My application scenario is I am implementing facebook like Post and Comment system in our application. Users can post a status and other users can leave a comment to that post. I used a repeater for main post items and another repeater inside footertemplate of the main repeater for comment. I used main repeater's item databound event to load data to inner repeater. But after implementing scroll and load feature through above examples, my inner repeater cannot load data.

Please let me know how I can load data to inner repeater (whether from server side or client side).

Thanks in advanced
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900