Customize message from datagrid
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I've a datagrid with a dataset wich I get from a WebService. When I insert, update, etc there are some messages that I want customize (null value not allowed, duplicate key, etc). This messages are created "locally" before to send modifications to the database, but I don't know how to catch it before show it in order to customize. Any idea or suggestion? Thank you.