Class wwWebErrorDisplay

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.

Custom wwWebControl wwWebErrorDisplay

Class Members

MemberDescription
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. **Recommended default CSS class:** ErrorDisplay
DisplayTimeout An optional value that causes the error message to fade out after the specified number of milliseconds. Note: this feature pulls in the jQuery script library.
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, 2025 • Updated: 2025-03-12
Comment or report problem with topic