A ProgressBar is a graphical component that provides information about the status of a given task.
For a list of all members of this type, see ProgressBar Members.
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
EO.Web.WebControlBase
EO.Web.WebControl
EO.Web.ProgressBar
[Visual Basic]
Public Class ProgressBar
Thread Safety
Public static (Shared in Visual Basic) members of this type are
safe for multithreaded operations. Instance members are not guaranteed to be
thread-safe.
Remarks
A ProgressBar is a graphical component that provides information about the status of a given task. It uses an image or solid color bar to indicate progress as a percentage of work completed and, if configured, with a text message at the center. When a website is engaged in a long task, it is useful to use ProgressBar to inform user what is going on and how long they will have to wait.
ProgressBar is usually used in conjunction with your client side JavaScript that performs or initiates the tasks. The JavaScript code calls setValue to set the completed percentage value to ProgressBar, which, in turn, moves the indicator image.
A ProgressBar can also be used as a generic purpose "gauge", such as "storage usage", "bandwidth usage", etc.
Requirements
Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)
See Also
ProgressBar Members | EO.Web Namespace