What is the use of ErrorProvider Control in .NET?

Answers were Sorted based on User's Feedback



What is the use of ErrorProvider Control in .NET?..

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

What is the use of ErrorProvider Control in .NET?..

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

Post New Answer

More Dot Net General Interview Questions

Value type & data types difference. Example from .NET.

2 Answers   TCS,


What is the difference between VB and VB.NET?

2 Answers  


Difference between assembly manifest & metadata assembly manifest

4 Answers   Ksb,


What is the difference between user control an custom control? Advantages/disadvantages?

0 Answers  


How many languages .NET is supporting now?

38 Answers   Dreamtech, IBS, Microsoft, Polaris, RDT, Softcon, Viscus Infotech,






Explain what is the difference between a class and an object, and how do these terms relate to each other?

0 Answers  


What does .net stand for?

0 Answers  


What is 'Common Type System' (CTS) in .NET?

0 Answers   NA,


What is manifest in .net?

0 Answers  


What is strong-typing versus weak-typing? Which is preferred?

0 Answers  


What is .NET Framework?

2 Answers  


can we use private assembly in other project in dot net.

3 Answers  


Categories