How to show the error without mouse hover on the error provider ?
this.errorProvider1.SetError(textBox1, "This field must contain text");
How to show the error without mouse hover on the error provider ?
this.errorProvider1.SetError(textBox1, "This field must contain text");
Might not be the best chioce but should work