G
Guest
I'm binding an ErrorProvider object to a dataset by calling
ErrorProvider.BindToDataAndErrors() in a WinForms app. That seems to be
working fine.
The only issue I've found is that the error string displayed by an
ErrorProvider has the name of the column prepended to it. That could confuse
users.
The list of error strings for a given DataRow does not have the name
prepended. So it looks like a "feature" of the ErrorProvider class. Deriving
from the class won't solve the problem since the GetError method is not
virtual.
Has anyone seen this too? Do you know of a way to prevent it?
Thanks for any help.
ErrorProvider.BindToDataAndErrors() in a WinForms app. That seems to be
working fine.
The only issue I've found is that the error string displayed by an
ErrorProvider has the name of the column prepended to it. That could confuse
users.
The list of error strings for a given DataRow does not have the name
prepended. So it looks like a "feature" of the ErrorProvider class. Deriving
from the class won't solve the problem since the GetError method is not
virtual.
Has anyone seen this too? Do you know of a way to prevent it?
Thanks for any help.