AjaxMethodCallback.PageProcessingMode

Determines when Page level callbacks are processed in the Page pipeline. By default processing occurs in Load, but you can opt to process callbacks in Init for better performance if you don't rely on any page specific logic or POST values from controls.

public CallbackProcessingModes PageProcessingMode { get; set; }

See also:

Class AjaxMethodCallback

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic