asp.net.ph

ValidationSummaryDisplayMode Enumeration

System.Web.UI.WebControls Namespace


Specifies the validation summary display mode to be used by the ValidationSummary control.

Remarks

The ValidationSummaryDisplayMode enumeration represents the different display formats of a ValidationSummary control.

Members


Member Name Description
BulletList Displays the error messages of the validation summary on separate lines, as a bulleted list.
List Displays the error messages of the validation summary on separate lines, as a simple list.
SingleParagraph Displays the error messages of the validation summary as a single paragraph, separated from each other by two spaces.

Example

The sample below shows how to programmatically set the DisplayMode property of a ValidationSummary control at run time, depending on user input.

 Show me 

See Also

ValidationSummary Class Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph