C
csharpula csharp
Hello I am trying to validate my form on load and each field I check and
after the doing the following:
errorProvider.SetError(textBox,"Error according to contorol..");
The problem is that if more than one controls have an error I don't see
the error tooltip,if only one of them with arror - I can see the tooltip
error. Why is that?
Thank u!
after the doing the following:
errorProvider.SetError(textBox,"Error according to contorol..");
The problem is that if more than one controls have an error I don't see
the error tooltip,if only one of them with arror - I can see the tooltip
error. Why is that?
Thank u!