What is the use of Error provider control in Windows forms application?
Sushil Kumar
ErrorProvider is a simple mechanism for indicating to the end user that a control on a form has an error associated with it. If an error description string is specified for the control, an icon appears next to the control.