PowerWEB File Upload for ASP.NET
ProgressPanel Class
Members  See Also  Send comments on this topic.
Dart.FileUpload Namespace : ProgressPanel Class



A control for showing the progress of file transfers during an upload operation.

Object Model

ProgressPanel ClassCancelButtonStyle ClassProgBarStyle ClassStatusStyle Class

Syntax

Visual Basic (Declaration) 
<ToolboxDataAttribute("<{0}:ProgressPanel runat=server></{0}:ProgressPanel>")>
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="Dart.FileUpload.ProgressPanelDesigner, Dart.FileUpload, Version=4.0.3.0, Culture=neutral, PublicKeyToken=5966291b8955e4bb")>
Public Class ProgressPanel 
   Inherits System.Web.UI.WebControls.WebControl
   Implements ILiveControl 
Visual Basic (Usage)Copy Code
Dim instance As ProgressPanel
C# 
[ToolboxDataAttribute("<{0}:ProgressPanel runat=server></{0}:ProgressPanel>")]
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="Dart.FileUpload.ProgressPanelDesigner, Dart.FileUpload, Version=4.0.3.0, Culture=neutral, PublicKeyToken=5966291b8955e4bb")]
public class ProgressPanel : System.Web.UI.WebControls.WebControl, ILiveControl  
C++/CLI 
[ToolboxDataAttribute("<{0}:ProgressPanel runat=server></{0}:ProgressPanel>")]
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="Dart.FileUpload.ProgressPanelDesigner, Dart.FileUpload, Version=4.0.3.0, Culture=neutral, PublicKeyToken=5966291b8955e4bb")]
public ref class ProgressPanel : public System.Web.UI.WebControls.WebControl, ILiveControl  

Remarks

The UploadManager is required for use of the ProgressPanel.

Each uploaded file will have its own bar in the panel.

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         Dart.FileUpload.ProgressPanel

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.3
© 2012 Dart Communications. All Rights Reserved.