Tooraj
Posted
on Apr 26, 2011
(permalink)
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.
Reply
Posted
on Apr 26, 2011
(permalink)
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
Reply
Tooraj
Posted
on Apr 30, 2011
(permalink)
Hi,
I want to show progress of a UPDATE, DELETE transaction, which Adpater.Update method does, please help me.
Tooraj Azizi.
Reply
Ivan Petrov
Ivan Petrov
Posted
on May 4, 2011
(permalink)
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.
Reply