Click here to Skip to main content
15,902,492 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all,

i have to get 100000 records into datagridview. So it takes time. On that time i have to show background worker with percentage.

how can i solve this.

thanks in advance
Posted

1 solution

Using Background Worker in C#[^] should surely help you out.

BackgroundWorker Basics in C#[^] is another good article.
 
Share this answer
 
Comments
K N R 28-Feb-12 1:12am    
thanks a lot abhinav
Abhinav S 28-Feb-12 2:42am    
You are welcome.
Sergey Alexandrovich Kryukov 28-Feb-12 1:32am    
A vote of 3 was kinda rude for this answer. I voted 5.
OP is recommended to accept this answer formally (green button).
--SA
Abhinav S 28-Feb-12 2:42am    
Thank you SA.
thatraja 28-Feb-12 2:31am    
My 5 too

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