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?