What is the purpose of the validation summary control? What
do you need to do to prevent an error message from being
displayed in a validator when a validation summary control
is used? How can you display a message in both the validator
and the validation summary control?
Answer Posted / shravani
Validation summary control is used to display the summary
of all the error messages in the page either in the format
of bullet list or somethingelse mentioned in the properties
of that control.Whatever errors we get in a page,those are
all listed in that control so that user finds easy to read
and know what is wrong. And i think we can make the
visible property of the validation summary control to be
false so that it is not seen to the users.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
What is custom attribute?
What is http only cookie?
What is the difference between asp.net and mvc?
How to handle errors in Web API?
Explain the advantages of caching?
How to bind all the binding controls in a page at once in ASP.NET?
How to manage different kinds of sessions in ASP.NET?
What do you mean by serialize?
What is the life cycle of an asp.net page?
What are the authentication types in asp.net?
What is the meaning of TestApi?
What does occur first in ASP.Net, Authentication or Authorization?
How many types of cookies are there in asp.net?
What are the different types of validation controls in asp.net?