Tagged Questions
9
votes
1answer
2k views
Why is my validating event not firing in C#?
I have a form that is dynamically created. It is a winForms application.
This form is just a menu and a series of textboxes and labels. For the sake of this example, you can ignore the labels.
My ...