/ * foreach (Control ctrl in this.Controls) {
if (ctrl is TextBox)
{
TextBox text = ctrl as TextBox;
text.Text = string.Empty;
}*/
/ * foreach (Control ctrl in this.Controls) {
if (ctrl is TextBox)
{
TextBox text = ctrl as TextBox;
text.Text = string.Empty;
}*/