WebUpdateDisplay.AutoRefresh Property

Gets or sets a value that indicates whether the page that hosts the WebUpdateDisplay should automatically be refreshed when the WebUpdateDisplay is showing transient information. If this property is true, when the NeedsRefresh property is true (that is, when the WebUpdateDisplay is showing the progress of an ongoing operation), the page on which the WebUpdateDisplay is shown will automatically post back after a short time, allowing the displayed progress to be updated.

[Visual Basic]

Public Property AutoRefresh As Boolean

[C#]

public bool AutoRefresh {get;set;}

See Also

WebUpdateDisplay Class | WebUpdateDisplay Members | Kjs.AppLife.Update.Web Namespace