ValidationSummaryDisplayMode Enumeration

 

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

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public enum class ValidationSummaryDisplayMode

Member nameDescription
BulletList

Validation summary displayed in a bulleted list.

List

Validation summary displayed in a list.

SingleParagraph

Validation summary displayed in a single paragraph.

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

The following example demonstrates how to specify the display mode for a ValidationSummary control.

System_CAPS_security Security Note

This example has a text box that accepts user input, which is a potential security threat. By default, ASP.NET Web pages validate that user input does not include script or HTML elements. For more information, see Script Exploits Overview.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: