Hello,
I have a form designed in VS 2005 using vb.net. The controls on this form are bound to a dataset.
When a user keys in something that is not valid according to the data type, e.g. "Dog" where it is supposed to be a number, the keyed in data is simply ignored. This is good since there is no need to check the input using code but sometimes the user doesn't notice that the value he/she keyed in was ignored. My questions is if there is an event that is triggered when this happens so I can display a message on the screen and inform the user.
Regards,
Marcus
I have a form designed in VS 2005 using vb.net. The controls on this form are bound to a dataset.
When a user keys in something that is not valid according to the data type, e.g. "Dog" where it is supposed to be a number, the keyed in data is simply ignored. This is good since there is no need to check the input using code but sometimes the user doesn't notice that the value he/she keyed in was ignored. My questions is if there is an event that is triggered when this happens so I can display a message on the screen and inform the user.
Regards,
Marcus