SyntaxFix
Write A Post
Hire A Developer
Questions
foreach (Control X in this.Controls) { if (X is TextBox) { (X as TextBox).Text = string.Empty; } }