What is validationsummary server control? where it is used ?
Answer Posted / gitam singh
The ValidationSummary control allows you to summarize the error messages from all validation controls on a Web page in a single location. The summary can be displayed as a list, a bulleted list, or a single paragraph, based on the value of the DisplayMode property. The error message displayed in the ValidationSummary control for each validation control on the page is specified by the ErrorMessage property of each validation control. If the ErrorMessage property of the validation control is not set, no error message is displayed in the ValidationSummary control for that validation control. You can also specify a custom title in the heading section of the ValidationSummary control by setting the HeaderText property.
You can control whether the ValidationSummary control is displayed or hidden by setting the ShowSummary property. The summary can also be displayed in a message box by setting the ShowMessageBox property to true.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between user control and custom control?
What are web server controls in asp.net?
Explain repository pattern in asp.net mvc? : asp.net mvc
can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
Explain the significance of routing? : asp.net mvc
What are Authentication and Authorization?
Difference between .NET and previous version?
What is the difference between equals() and == in c#?
How are sessions stored?
What is the use of express session?
What are the authentication types in asp.net?
Define msil.
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
What are the properties of the eventargs argument when capturing keyboard events?
Why will you usually create an aspnet user account in the database for an asp.net web application?