Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

AJAXUploaderProgressDialog Class

Represents a Dialog object that is used to display AJAXUploader uploading progress.

For a list of all members of this type, see AJAXUploaderProgressDialog Members.

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         EO.Web.WebControlBase
            EO.Web.WebControl
               EO.Web.Dialog
                  EO.Web.AJAXUploaderProgressDialog

[Visual Basic]
Public Class AJAXUploaderProgressDialog
    Inherits Dialog
[C#]
public class AJAXUploaderProgressDialog : Dialog

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

Use ContentTemplate property to customize the content of the dialog. The following pre-defined control IDs are supported inside ContentTemplate:

Control ID Remark
CancelButton Cancel upload and close the dialog. Must be a Button, LinkButton or an ImageButton control.
ProgressBar The progress bar for the uploader. Must be a ProgressBar control.
ProgressTextPlaceHolder Progress text. Most be a PlaceHolder control. The text format is specified by ProgressTextFormat.

Requirements

Namespace: EO.Web

Assembly: EO.Web (in EO.Web.dll)

See Also

AJAXUploaderProgressDialog Members | EO.Web Namespace


Direct link to this topic