Is it just me or should the ErrorProvider provide and indexer or a HasErrors property.
This thread from the managed MS discussion forum captured on .NET247 indicates I’m not alone (and that MS isn’t jumping up and down over the idea!), but it would be very helpful for the ErrorProvider to expose its internal collection of error strings assigned to controls in some way.
A simple “bool HasErrors” property would be great.