Table of Contents
CallbackPanelUpdateMode Enumeration

Represents the possible update modes for the contents in an CallbackPanel control.

Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)

Syntax
 public enum CallbackPanelUpdateMode
Members
Member Name Description
Group The content of the CallbackPanel is updated if it has the same GroupName value as the one that triggered the callback. This is the default mode.
Self The content is updated only for the CallbackPanel control that triggered the callback.
Always The content of the CallbackPanel is always updated.
Conditional The content of the CallbackPanel is updated only when the control's Update method is called.
See Also