Click here to Skip to main content
15,888,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have 3000 companies in my database table.

later stages Companies are increased. I mean rows are increased.

I want display total records.

I have write query like this

Select * from company.

But initially load all records, It will take more time for retrieving and displaying,

Here my requirement is initially it will load 20 companies When I scroll down load next 20, later I will scroll down load next 20 records etc...



Is there any possible ways,
Please help me.

Thank you....
Posted

1 solution

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