c# - Check for empty fields in form -
this question has answer here:
- find controls in wpf window type 15 answers
- checking unfilled fields php 3 answers
is possible check form empty text boxes rather having put check on each individual text box if? appreciated.
i'm not familiar wpf, might try list of child-elements in form, , each, check if of type textbox
. if so, perform validation.