Click here to Skip to main content
15,895,667 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
Hi everybody i have a situation here for which i need some help.

I want to create a page which shows 10 records initially when the page is loaded. As the user scrolls down to the last records the remaining records should be displayed below the existing records. All the records are initially present in the database.
Where should i begin. Any references,tutorials???

I am using MVC 4 with SQL Server 2008 R2.

Any help is appreciated.
Posted

1 solution

Check below mentioned articles.It may help to you.

load more content when browser scroll to end of page in jquery

Auto loading content on page scroll in asp.net using jquery

I hope this will help to you.
 
Share this answer
 
Comments
Nkumary 20-Nov-13 2:40am    
Thanks a lot Sampath...U always have an answer..at least for my qusetion...
Sampath Lokuge 20-Nov-13 2:45am    
You're warmly welcome.If you feel this is the answer Please accept it.It'll help for others in future.
Nkumary 21-Nov-13 1:08am    
The links are useful but the implementations are not for MVC.
Sampath Lokuge 21-Nov-13 1:12am    
You have to get that concept and implement it into your case. Jquery doesn't depend on the mvc or webforms or php or else.It's a client side technology.

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