Click here to Skip to main content
15,888,286 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello to all,

I have a grid view and a lot of data,

I want to load the data on grid view according to page no. means i do not want to load whole table on grid view.


Suppose a table have 30 records.
And grid view page size is 10.

grid view should load only first 10 records on page 1 Click or default.
when user click page 2 , grid view should load next 10 records.


I do not want to load all the data.

Please Give me some idea how to do. And Please Tell me it will improve page performance or not ???
Posted

1 solution

 
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