ValidationSummary control is used to summarize all validation errors on the page and display.
Following are main properties of the validation control.
ShowMessageBox |
true/false. Popup alert box with all validation error, if true.
|
ShowSummary |
true/false. Display summary of all errors on the page, if true.
|
DisplayMode |
BulletList/List/SingleParagraph. Used to display all validation errors in specified format.
|
HeaderText |
Used to write the header of the error summary.
|
ValidationGroup |
Used to specify the group name of input controls for which summary will be displayed.
|