The wwWebErrorDisplay control can be used to display error messages to the user. The control is closely tied to the page's BindingErrors collection and allows for easy display of these errors.
wwWebControl
wwWebErrorDisplay
Class Members
Member | Description | |
---|---|---|
ShowError |
Displays an error message based on an Html string passed as input. The message is displayed in error format with the ErrorIcon if provided. o.ShowError(lcMessage,llIsText) |
|
ShowMessage |
This method is used to display informational messages on a page. The messages are displayed with the informational icon displayed if provided. o.ShowMessage(lcMessage) |
|
Center |
Determines whether the control is centered in its HTML container. | |
CssClass |
The CssClass used for the table display. | |
DisplayTimeout |
An optional value that causes the error message to fade out after the specified number of milliseconds. | |
jQueryScriptLocation |
Script location for jQuery.js. Use Default for default location in ~/scripts/jquery.js. | |
MessageType |
Determines how the icon is rendered either as Error or Info/Message. | |
RenderMode |
Determines the type of text you assign which can be either Text or HTML | |
Text |
The error message text to display. | |
Width |
The width of the table that is displayed containing the error message. |
© West Wind Technologies, 1996-2024 • Updated: 04/03/13
Comment or report problem with topic