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

I want to show 50,000 record in datagridview it to time to display data in datagrid.
I want to show the data in datagrid when user goes down at the end of datagrid or scroll end in datagrid view. Max i want to show only 100 to 200 record in datagrid and when user scroll then add the next record in grid .

Is is possible,

Thanks in advance...
Posted
Comments
Dave Kreskowiak 28-Aug-14 8:48am    
50,000 records??? So to get to that point, you're going to force the user to scroll down, and scroll down, and down, and down, and down, and down, ... ad nauseum, to get to some record that's 40,000 records in? You really haven't thought this through, have you?

Use paging. It's a lot easier on you and even more so on the users you're trying to torture.

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