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
What are the namespaces used in asp.net mvc? : asp.net mvc
Is asp.net free?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
Define dll hell?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
What is the parent class of all the web server control?
What are the advantages of using session?
What is data grid view in asp.net?
What is the difference between session.abandon() vs clear()?
What is asp.net futures?
How do you open a page in a new window?
How you can add an event handler?
What is the use of asp.net web api?
What is css in asp.net?
Mention the execution process for managed code?