C# Windows Application provides an ErrorProvider
control, which is similar to the ValidationSummary control in Asp.Net,
this control consolidates all the error messages in the form and alerts the
user on the Form errors.
In this post we shall see on how to use the ErrorProvider control to
validate Email in a C# Windows Form.

