What is validation summary in mvc?
Answer / Sarfraj
Validation summary in MVC is a collection of validation errors returned after form submission or other data input operation. It allows for easy access to all errors from the user input without having to check each field individually.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is viewbag mvc?
What does it mean to annotate something?
What is the difference between temp data, view, and view bag?
Why viewstate is not used in mvc?
How does mvc routing work?
In an MVC application, what are the segments of the default route ?
Is viewstate available in mvc?
Does mvc support session?
What is validation summary in mvc?
What’s new in the latest version of mvc?
List the various return types of a controller action method?
Explain using hyperlink how you can navigate from one view to other view?