Click or drag to resize
KaxProgressManager Class
KaxProgressManager control
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      KaxWebControl
        Kettic.AspNet.ControlsKaxProgressManager

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxProgressManager : KaxWebControl

The KaxProgressManager type exposes the following members.

Constructors
  NameDescription
Public methodKaxProgressManager
Top
Methods
  NameDescription
Public methodCode exampleApplyUniquePageIdentifier
Adds KaxUrid=[GUID] parameter to the supplied URL.
Top
Properties
  NameDescription
Public propertyAjaxUrl
Public propertyEnableEmbeddedBaseStylesheet (Overrides KaxWebControl.EnableEmbeddedBaseStylesheet.)
Public propertyEnableEmbeddedSkins (Overrides KaxWebControl.EnableEmbeddedSkins.)
Public propertyEnableMemoryOptimization Obsolete.
Deprecated. Memory optimization is implemented as part of the .NET Framework and is no longer a feature of KaxUpload.
Public propertyFormId Obsolete.
KaxProgressManager's FormId property is not used anymore. Please, remove any assignments.
Public propertyOnClientProgressStarted
Public propertyOnClientProgressUpdating
Public propertyOnClientSubmitting
Public propertyRefreshPeriod
Gets or sets the period (in milliseconds) of the progress data refresh.
Public propertyRegisterForSubmit
Public propertySuppressMissingHttpModuleError
Gets or sets a value indicating wether an error message will be displayed when the KaxUploadHttpModule is not registered.
Top
See Also