ValidationSummary.DisplayMode Property
.NET Framework 2.0
Gets or sets the display mode of the validation summary.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: property ValidationSummaryDisplayMode DisplayMode { ValidationSummaryDisplayMode get (); void set (ValidationSummaryDisplayMode value); }
/** @property */ public ValidationSummaryDisplayMode get_DisplayMode () /** @property */ public void set_DisplayMode (ValidationSummaryDisplayMode value)
public function get DisplayMode () : ValidationSummaryDisplayMode public function set DisplayMode (value : ValidationSummaryDisplayMode)
Property Value
One of the ValidationSummaryDisplayMode values. The default is BulletList.Use this property to specify the display format of a ValidationSummary control. The summary can be displayed as a list, as a bulleted list, or as a single paragraph.
| Topic | Location |
|---|---|
| How to: Control Validation Error Message Display for ASP.NET Server Controls | Building ASP .NET Web Applications |
| How to: Control Validation Error Message Display for ASP.NET Server Controls | Building ASP .NET Web Applications |
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: