Table of Contents


aspx:ViewMessages

This component displays all messages that were generated for all components on the current page, presented using the Magentrix styling. The component acts as Validation Summary for all client-side validations, as well as any errors or messages that are returned from the Controllers.

<aspx:ViewMessages runat='server' inline='false' fadeout='true' fadeDelay='5000'/>

 

Properties

PropertyDescription
FadeDelayIf FadeOut is set, it is the duration (in milliseconds) is the time before the messages are faded out; the default value is 5000.
FadeOutTrue/false, whether or not the messages should be faded out after a certain period of time.
InlineTrue/false, whether the component should be shown inline (centred) or should take 100% of the horizontal space.