Click here to Skip to main content
15,889,200 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have one table Table1 that have 100 records,my task is dispaly first 20 records in gridview from table1 if u click on next button gridview show next 20 records from the table1..but hear if u clicks on next button every time request will go to backend and fetch next 20 records that will dispaly to gridview....how to do dis ? please help me
Posted
Updated 21-Dec-12 19:00pm
v2

1 solution

What you speak of is called: "Load on demand" feature. For this, you need to implement Custom Paging.

Following articles will help explain in implementation:
GridView Custom Paging[^]
Custom Paging for GridView[^]
Custom Paging in ASP.NET 2.0 with SQL Server 2005[^]

Try!
 
Share this answer
 

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