B
bernden
Good Morning
I am working on a C# project that has a form which contains multiple
columns of 10 textBoxes in seperate groupBoxes on a tabControl.
When the form loads, I would like to make sure that text property of each
individual textBox is set to "0.00" .
When the form closes, I would like to ensure that the text property of ALL
textboxes is re-set to "null" or " " .
Is there a way to do this without having to list each textBox and set its
text property individually ?
Any help / insight would be appreciated.
Dennis
I am working on a C# project that has a form which contains multiple
columns of 10 textBoxes in seperate groupBoxes on a tabControl.
When the form loads, I would like to make sure that text property of each
individual textBox is set to "0.00" .
When the form closes, I would like to ensure that the text property of ALL
textboxes is re-set to "null" or " " .
Is there a way to do this without having to list each textBox and set its
text property individually ?
Any help / insight would be appreciated.
Dennis