Hi,
I have a binding navigator which has 1 binding source bind to it.
I have some textboxes bind to the binding navigator.I have some validations
to be done at lost focus events of all the text boxes.
the system is getting hang up if any one is trying to give invalid
input,rather than what is supposed to be prompted (I have those validations
written in lost focus event of those textboxes) .
Can any one help me in this regard.