NeatUpload Documentation

UnloadConfirmer Class

Asks for confirmation if the user tries to unload the page while an upload is in progress.

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

System.Object
   System.Web.UI.Control
      Brettle.Web.NeatUpload.UnloadConfirmer

public class UnloadConfirmer : Control

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

If the user tries to follow a link in the same window/tab or re-submit the form, the current page would unload and the upload would be interrupted. This control displays a confirmation dialog when that happens so that the user doesn't interrupt the upload accidentally.

Requirements

Namespace: Brettle.Web.NeatUpload

Assembly: Brettle.Web.NeatUpload (in Brettle.Web.NeatUpload.dll)

See Also

UnloadConfirmer Members | Brettle.Web.NeatUpload Namespace