| 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) |
![]() |
CellPadding | The cell padding for the table that is rendered by this control. |
![]() |
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. |
![]() |
ErrorImage | Image used as error icon which is the primary display icon. The icon is optional. |
![]() |
InfoImage | Image used as icon when calling ShowMessage. |
![]() |
jQueryScriptLocation | Script location for jQuery.js. Use Default for default location in ~/scripts/jquery.js. |
![]() |
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. |