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 |
What data providers available in .net to connect to database?
How can I find out what the garbage collector is doing?
Explain different types of html, web and server controls.
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
What is implement a generic action in webapi?
What base class do all Web Forms inherit from?
Explain webfarm vs webgardens in .net?
Explain the different types of proxy patterns?
How to create a key pair in .net?
How do you create threading in .NET? What is the namespace for that?
Which property is used in the email to send the content as HTML
What is RCW (Run time Callable Wrappers)?