ValidationSummary::ShowMessageBox Property
Gets or sets a value indicating whether the validation summary is displayed in a message box.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Booleantrue if the validation summary is to be displayed in a message box; otherwise, false. The default is false.
This property can be used in addition to the ShowSummary property to control where the validation summary is displayed. If this property and EnableClientScript are both set to true, the validation summary is displayed in a message box. If EnableClientScript is set to false, this property has no effect.
Note |
|---|
If both the ShowMessageBox and ShowSummary properties are set to true, the validation summary is displayed in both a message box and on the Web page. |
The following code example demonstrates how to use the ShowMessageBox and ShowSummary properties to specify that the validation summary is displayed only in a message box.
Available since 1.1
