wwWebProgressBar::Ajax

Instance of the wwWebAjax control used for callbacks. This object can be referenced on the client via:

<Control.id>_Ajax

So if the Progress control is called progress you'd get: Prorgress_Ajax which can be used like this to make callbacks from the client to the server:

csharp
csharp
CallMethod("Progress_Ajax","StartProcessing",StartProcessingCallback);

from the client, where StartProcessing is a server side method and StartProcessingCallback is the client side function pointer that receives the response.

Parameters

Initial value: null

See also

Class wwWebProgressBar

© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic