hi,
I am filling a dataset like (dataset.tableadapter.fill()) it is taking much time .... i need to show and fill a progress bar on a separat thread while adapter is filling and done once completed..
any help from MARS.. :)
would be encouriging.....
Loading
ansar mohiddinPosted Apr 24, 2013, 5:55 AM
Please refer to the following link
http://perschluter.com/show-progress-dialog-during-long-process-c-sharp/
Regards,
Ansar
Prabhu RajaPosted Oct 7, 2011, 10:50 PM
Try this Link, Which may help you
I have given a Sample Code Snippet, What i tried:
SqlConnection con = New SqlConnection( "Your Connection String");
----------------------------------------------------------------
If this post helps you, then mark as "Correct Answer"
Thank You
Javeed M ShaikhPosted Oct 7, 2011, 4:29 PM
Use either event OnRowUpdating or OnRowUpdated to fill your progress bar and PerformStep.
Please do not forget to mark "Accepted Answer".