Click here to Skip to main content
15,881,600 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Sir/Madam,
I have a repeater control in my page and that has many records.But i want to show only 10 records at time and whenever user scroll next 10 records will be display.

What I have tried:

I have done to scroll to next 10 records. but my problem i have nested repeater in that.whenever web method is call that shows only main repeater data and doesn't show nested repeater data because i bind nested repeater in repeateritemdatabound event and i don't know jquery . how can i fire that event in web method and how can i access json format data in aspx page to display nested repeater .
Posted
Comments
Vincent Maverick Durano 21-Jun-16 14:35pm    
repeateritemdatabound is a server-side event, thus you can't access it in your client-side code. You would probably need to build your HTML by hand while getting the data from your web service (AJAX). This way you could have a full control over the markup.
Mohammad Nawaz 23-Jun-16 5:04am    
Thank you

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