Further Details on Vallidating Event not Working....
- by Sameep
I have created a custom control that inherit the TextBox, in that control i have override validating event and in validating event i have put validation that checks for the empty field.
Now when i use that control on my winform and when i click on save button it immediate fires save event.. the validation event of custom control fires and it…