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 |
Which namespace does it belong to by default?
Explain asp.net?
Explain the process of serialization in .NET?
How do you start, pause, continue or stop a Windows service off the command line?
Show different types of collection in .NET?
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
Explain constructor.
What is garbage collection in .net? Explain the garbage collection process?
What is .net and why it is used?
How does cas works?
Is it true that objects don't always get destroyed immediately when the last reference goes away?
Explain acid properties?