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 cookies in asp net?
What is the difference between session and application?
What is asynchronous call?
i want the asp.net technical questions and answeres
How many types of controls are there in asp.net?
Why do we use datasource in asp.net?
What is a web api endpoint?
Explain exception filters?
How do u deploy your asp.net application?
What does asp in asp.net stand for?
Is viewstate enabled by default?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?
What is __ requestverificationtoken?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?