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 navigation ways between pages available in ASP.NET?
What is the file extension of web service?
What is session in http request?
Explain different types of validators in asp.net?
What is cross page posting? How is it done?
What is the mvc framework?
How could you modify xaml content from javascript?
Define view state.
Can you explain the importance of finalize method in .net?
What are the asp.net list controls and difference between them?
IN an ASP.NET Web application if there is any error, how can you debug?
What is ispostback method in asp.net? Why do we use that?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
What is global.asax file used for?
What is the viewstate in asp.net?