Table of Contents
ClientSideOnDone Property

Gets or sets the name of the JavaScript function that is called by AJAXUploader when the upload finishes.

Syntax
 public String ClientSideOnDone { get; set; }
Remarks

See clientside_generic_handler for more details.

See Also