Click or drag to resize

AppContextDisplayMessage Method

Overload List
  NameDescription
Public methodDisplayMessage(Alert)
Registers a message, specified by the Alert object, for display on the next page rendering. Note that this page message facility is built on top of the existing Alerts functionality. The message information is stored in the xot_alerts table and delivered asynchronously via an AJAX call upon the next page rendering.
Public methodDisplayMessage(String, String, AlertDelivery, Int32, AlertAttrs)
Registers a message for display on the next page rendering. Note that this page message facility is built on top of the existing Alerts functionality. The message information is stored in the xot_alerts table and delivered asynchronously via an AJAX call upon the next page rendering.
Top
See Also