i have about 60 text box's on a form and i dont want to clear each one manually on refresh

text1.text = "" kind of thing
I know there is a way to do something like for every control on form1 text = "" or something ...

Thanks
Brooke