ValidationSummaryDisplayMode Enumeration
.NET Framework 3.0
Specifies the validation summary display mode used by the ValidationSummary control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The following example demonstrates how to specify the display mode for a ValidationSummary control.
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 (Visual Studio). |
Community Additions
ADD
Show:
Security Note: