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 |
Write the .net syntax for 'for loop'?
Is there any thread in our .net programs?
What is the difference between reference type and value type?
Explain the garbage collection process?
How to Exchange data between Webservices
Explain manifest & metadata.
diff between forms authentication and windows authentication?
What is different between Web User Control and Web Custom Control?
How does cas works?
Tell us the difference between the while and for loop. Provide a .net syntax for both loops?
Is .net core managed code?
What are the different parts of an Assembly in .Net?