3

Normally you would have a single ErrorProvider for all the controls on a form; however I have a control that subtypes a textbox that need to show the user an error. I don’t wish to have to put an error provider on every from it may be used on (more code changes then I would like)

So are there any issues in having each of my controls creating their own error provider?

Ian Ringrose
  • 51,220
  • 55
  • 213
  • 317

1 Answers1

1

There shouldn't be any issues, I'd rather say a limiting use of the ErrorProvider since you won't be able to show errors for the controls that are not following the pattern.

jhenriquez
  • 181
  • 9