InterviewSolution
Saved Bookmarks
| 1. |
What is the use of Validation Summary? |
Answer»
For example, the below-given code will display a heading “Please fix the problem:” for a list of all the String.Empty messages. @Html.ValidationSummary(True, "Please fix the problem:") |
|