Click here to Skip to main content
15,881,089 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My Application:

frmBase: 1. BindingNavigator, BindingSource, - > all the methods of both the controls are virtual void and modifiers are protected.
have placed a progress bar in status bar of base form.

frmTransaction1: inherits frmBase.

In BindingNavigator of Base class, I have insert a button for data retrieval.

I want to implement data load operation asynchronously...
when i click on retrieve button, the load data operation should start and relevant progress should display on progress bar of base form.

I have taken TableAdapters, BindingSource and datatables into my derived form.

How to achieve this?
By using BackgroundWorker or AsynchWorker. or any other method.

pleae guide me.

Thanks.
Posted

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