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
I've had this before. In your form:
private void SaveButtonClick(...) { if (this.ValidateChildren()) { // do save } }
ValidateChildren on MSDN