ValidationSummary.ShowMessageBox Property
.NET Framework 3.0
Gets or sets a value indicating whether the validation summary is displayed in a message box.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public boolean get_ShowMessageBox () /** @property */ public void set_ShowMessageBox (boolean value)
public function get ShowMessageBox () : boolean public function set ShowMessageBox (value : boolean)
Not applicable.
Property Value
true 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. |
| Topic | Location |
|---|---|
| Walkthrough: Validating User Input in a Web Forms Page | Building ASP .NET Web Applications in Visual Studio |
Community Additions
ADD
Show:
Note: