Forum Discussion
phuongtranngocd
12 years agoNew Contributor
I also have problem like that. My application use ErrorProvider to validate data but they use GetMessage from DB via MessageID and don't use
erpProvider1.SetError(Me.txtAddressEmail, "Message text")
So when I use your code. My system can't get error text.
Do you have any solution to solve this problem? I'm stuck in this many days.