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


i developed application in C# ,and Create Database in SQL server - 2008.

problem in load windows form.(Form contain DataGrid View for display Record)

application is work absolutely fine upto 15000-20000 record, but if data like 120000 - 150000 then Form Load Speed is too slow.

In short performance issues while Form Load, How can Handle this issues??? any solution like paging, virtual Mode etc!!!!.
Posted
Comments
Per Söderlund 31-Jan-13 7:44am    
There is no answer to this because you are not supposed to insert 150k records into a gridview.
No one will read through 150k records so i think you should group your data instead.
Member 9444634 31-Jan-13 7:50am    
how can u say that, m insert 121k record as of now.......
Per Söderlund 31-Jan-13 7:59am    
Are you reading it too, or are you just inserting it?
Abhishek Pant 31-Jan-13 7:49am    
Yes,I also Agree with Soderlund
boogac 31-Jan-13 7:52am    
yes grouping data must be the answer,i suppose..i am not sure if paging will make it faster anyway ?

1 solution

refer link below to get basic knowledge of implementing paging in datagridview
http://csharp.net-informations.com/datagridview/csharp-datagridview-paging.htm[^]
 
Share this answer
 
Comments
[no name] 31-Jan-13 7:48am    
even this link also you can go through
http://www.codeproject.com/Articles/16303/DataGrid-Paging-C-Windows-Forms

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