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

What is singlecall activation mode used for in .net?

0 Answers  


Please explain is the jit an interpreter?

0 Answers  


Explain why do we use the “using” statement?

0 Answers  


What is the transport protocol you use to call a seb service soap?

0 Answers  


How will u load dynamic assembly? How will create assemblies at run time?

1 Answers  


How Can Registry Editor in .NET?

1 Answers  


What is a .DLL and .EXE files called in .NET?

0 Answers   CitiusTech,


How inheritance works in .net?

0 Answers  


What are the differences between user control and server control?

0 Answers  


What is the purpose of delegates in .net?

2 Answers  


What is the use of gacutil.exe?

0 Answers   Amazon,


What is Application Domain?

1 Answers  


Categories