PowerWEB File Upload for ASP.NET
Show() Method
See Also  Send comments on this topic.
Dart.FileUpload Namespace > ProgressPanel Class > Show Method : Show() Method



Show the progress panel.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Show() 
Visual Basic (Usage)Copy Code
Dim instance As ProgressPanel
 
instance.Show()
C# 
public void Show()
C++/CLI 
public:
void Show(); 

Remarks

Default Upload behavior is for the progress panel to be shown automatically. Call Show in custom solutions in which the progress panel is shown within a callback.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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