Click here to Skip to main content
15,881,812 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to fill only ten rows of grid view at a time from data coming from database.
Posted
Comments
PIEBALDconsult 4-Feb-15 12:14pm    
Which database system? Please use Improve question to add detail and context.
Liju Sankar 4-Feb-15 13:42pm    
Bhasker Ranchi - are you looking for an option to implement paging in your grid?
Bhasker Ranchi 5-Feb-15 6:09am    
yes
Bhasker Ranchi 5-Feb-15 6:09am    
yes i want paging in my grid

1 solution

ASP.NET specific use TOP and FETCH NEXT.
In SQL use LIMIT and OFFSET look here for a simple example.
 
Share this answer
 
v3

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