foreach(Control co in this.Controls)
{
   if(co.GetType()=="System.Windows.Forms.TextBox")
      ((TextBox)co).Text="";
    
}