Error provider

  • Thread starter Thread starter csharpula csharp
  • Start date Start date
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!
 
Hi,

There is nothing wrong with the code you are showing, and I am unable to
reproduce the error. Check the surrounding code. Are you sure you are
setting the proper tooltips if more than one error occurs?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top