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




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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