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 create discussion forum in asp.net mvc? : Asp.Net MVC
What is difference Between Authentication and authorization?
What is IPostBack? How to use it?
Differentiate between namespace and assembly.
How can we identify that the Page is Post Back?
Explain server-side scripting?
Define viewstate in .net?
What is asp.net ajax?
Why mvc is better than asp.net? : Asp.Net MVC
What is the difference between dispose() and finalize()?
How do you implement postback with a text box?
Define the types of configuration files.
What is sta?
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?
What is server side session management?