for each textbox c# April 14, 2023 by wordlinkanswers for each textbox c# Comment 2 foreach (Control x in this.Controls)<br /> {<br /> if (x is TextBox)<br /> {<br /> ((TextBox)x).Text = String.Empty;<br /> }<br /> } Popularity 7/10 Helpfulness 10/10 Language csharp Source: stackoverflow.com Tags: c# each textbox Share Link to this answer Share Contributed on Mar 04 2020 Muddy Mosquito 0 Answers Avg Quality 2/10