Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

AJAXUploader.AutoPostBack Property

Gets or sets a boolean indicating whether AJAXUploader automatically posts back when uploading process is finished.

[Visual Basic]
Public Property AutoPostBack As Boolean
[C#]
public Boolean AutoPostBack {get; set;}

Remarks

By default, this property is set to false and the AJAXUploader does not automatically post back to server. You can set it to true to instruct the AJAXUploader to automatically post back when uploading is finished.

See Also

AJAXUploader Class | EO.Web Namespace


Direct link to this topic