AppContextDisplayMessage Method |
Name | Description | |
---|---|---|
DisplayMessage(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.
| |
DisplayMessage(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.
|