Table of Contents
ClientSideOnCancel Property

Gets or sets the name of the JavaScript function that is called by AJAXUploader when the uploader has been canceled or failed.

Syntax
 public String ClientSideOnCancel { get; set; }
Remarks

See clientside_generic_handler for more details.

See Also