Table of Contents
ProgressDialogID Property

Gets or sets the ID of an EO.Web AJAXUploaderProgressDialog which is an EO.Web Dialog and contains a progress bar indicating current status.

Syntax
 public String ProgressDialogID { get; set; }
Remarks

When an uploading process begins, AJAXUploader automatically display the specified AJAXUploaderProgressDialog, changes its progress bar to indicate current uploading status and closes the dialog when the process ends.

See Also