Click here to Skip to main content
15,889,858 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
What i want is a GridView which display rows fetched from a database 10 rows at a time, each time i click "Load More" it should fetch next 10 rows from database and add to the existing GridView Rows without loading the entire GridView since it can hinder performance. Is it even possible? I do not want to use paging because in case of paging i will be able to see only 10 record at a time. I want the size of GridView to increase.
Posted
Comments
Sandeep Mewara 19-Apr-13 10:49am    
Read about 'Load on demand' on web and see what you get.
Then you can use Update Panel, which will not affect performance. Have you tried ?
arbaaz jalil 20-Apr-13 2:24am    
is it possible to use Update Panel in this particular scenario? How?

Hi,

please refer to the following article by Ashish Chaudha.
Dynamically adding and deleting rows from ASP.NET GridView[^]

cheers,
Marco
 
Share this answer
 
click here hope it will help you
 
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