What is the use of ErrorProvider Control in .NET?
Answers were Sorted based on User's Feedback
Answer / saravankumar
The ErrorProvider control is used to indicate invalid data
on a data entry form. Using this control, you can attach
error messages that display next to the control when the
data is invalid, as seen in the following image. A red
circle with an exclamation point blinks, and when the user
mouses over the icon, the error message is displayed as a
tooltip.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ankit singh
The ErrorProvider control is used to indicate invalid data
and blank fields n form
| Is This Answer Correct ? | 0 Yes | 0 No |
Is .NET a runtime service or a development platform?
What do you mean by web service?
How can you manage pagination on a page using .Net?
Explain the difference between public and static modifiers?
Sql Queries: A Table will be given Omiting Duplicate rows and adding a new column
What is serialization in .NET? What are the ways to control serialization?
Why did they call it .net?
What is Global Assembly Cache (GAC) and what is the Purpose of it?
What are .net functions?
What are the different types of assemblies?
Can a try block have nested try blocks?
What is boxing in .NET?