POPUP Window
-
I want to retrieve data from database and then insert another database table.So i want to use a popup window with progress bar. would u help me how i use that.........
What part are you stuck on?
only two letters away from being an asset
-
I want to retrieve data from database and then insert another database table.So i want to use a popup window with progress bar. would u help me how i use that.........
As far as reading from the database and reporting its progress. Look into the BackgroundWorker class of the (?)System.Diagnostic namespace. It will create a thread that will do all of the database work, and provide a percentage property so you can control a progress bar.
Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my Blog