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 is singlecall activation mode used for in .net?
Please explain is the jit an interpreter?
Explain why do we use the “using” statement?
What is the transport protocol you use to call a seb service soap?
How will u load dynamic assembly? How will create assemblies at run time?
How Can Registry Editor in .NET?
What is a .DLL and .EXE files called in .NET?
How inheritance works in .net?
What are the differences between user control and server control?
What is the purpose of delegates in .net?
What is the use of gacutil.exe?
What is Application Domain?