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.
|