JavaScript.UpdateProgressBar

The UpdateProgressBar function can be called in client script and allows you to update the the progress bar on the client side.

This method is automatically generated into the document when the control is loaded and is always available when the control is on the page.

o.JavaScript.UpdateProgressBar(ControlId,Percent,Message)

Parameters

ControlId
The Client ID of the ProgressBar Control. Note this ID might be the control's UniqueId!

Percent
The percentage of completion as a whole integer or integer string.

Message
A Message to display at the top of the progress display


See also:

Class JavaScript

© West Wind Technologies, 1996-2022 • Updated: 08/19/06
Comment or report problem with topic