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

Write the .net syntax for 'for loop'?

1 Answers  


Is there any thread in our .net programs?

1 Answers  


What is the difference between reference type and value type?

1 Answers  


Explain the garbage collection process?

1 Answers  


How to Exchange data between Webservices

2 Answers  


Explain manifest & metadata.

5 Answers   Wipro,


diff between forms authentication and windows authentication?

11 Answers  


What is different between Web User Control and Web Custom Control?

1 Answers  


How does cas works?

1 Answers  


Tell us the difference between the while and for loop. Provide a .net syntax for both loops?

1 Answers  


Is .net core managed code?

1 Answers  


What are the different parts of an Assembly in .Net?

1 Answers  


Categories