This is a migrated thread and some comments may be shown as answers.

Progress of an operation

3 Answers 158 Views
ProgressBar
This is a migrated thread and some comments may be shown as answers.
Tooraj
Top achievements
Rank 1
Tooraj asked on 26 Apr 2011, 05:39 AM
Hi,
In my C# WinForms App I have placed a progress bar on statusbar of Main  form. the progress bar must show the progress of any action such as updating of a sql server table, backup operation, or any calculative operation.
Please put a sample here, thank you.
Tooraj azizi.









3 Answers, 1 is accepted

Sort by
0
Accepted
Richard Slade
Top achievements
Rank 2
answered on 26 Apr 2011, 10:21 AM
Hello,

For an example of using the RadProgressBar, updating the progress of both Value1 and Value2 using a Background Worker, please take a look at this forum post

hope that helps
Richard
0
Tooraj
Top achievements
Rank 1
answered on 30 Apr 2011, 07:12 AM
Hi,
I want to show progress of a UPDATE, DELETE transaction, which Adpater.Update method does, please help me.
Tooraj Azizi.
0
Ivan Petrov
Telerik team
answered on 04 May 2011, 04:56 PM
Hi Tooraj,

Thank you for writing.

You can use the RowUpdating and RowUpdated events of the DataAdapter. Here is the MSDN article on Working with DataAdapter Events.

I hope this will help. If you have further questions, feel free to ask.
 
Greetings,
Ivan Petrov
the Telerik team
Q1’11 SP1 of RadControls for WinForms is available for download; also available is the Q2'11 Roadmap for Telerik Windows Forms controls.
Tags
ProgressBar
Asked by
Tooraj
Top achievements
Rank 1
Answers by
Richard Slade
Top achievements
Rank 2
Tooraj
Top achievements
Rank 1
Ivan Petrov
Telerik team
Share this question
or