What is ErrorProvider control? - C#.NET

What is ErrorProvider control?

- It is a control to provide a feedback about another control that has an error.

- It allows user to see where the error is by displaying a blinking icon in front of the control.

- Onmousehover, tooltip appears showing the control description.

- It provides a user interface for indicating that a control on a form has an error associated with it.

- It presents a simple mechanism for indicating to the end user that a control on a form has an error associated with it.

- This component does not provide built-in support for accessibility clients.

- The ErrorProvider control provides validations in windows forms and display user-friendly user messages to the user if the validation fails.

- It simplifies and streamlines error presentation.

- ErrorProvider is an abstraction that shows errors on your form.
Different types of windows control in .NET
Explain the different types of windows control you can create in .NET - Common controls: textbox, button...
How to build a composite control - C#.NET
Explain how to build a composite control - Steps to create a Composite control:..
How to license your control - C#.NET
Explain how to license your control - Create Activex Control that needs license at runtime: Assume control...
Post your comment