I'm wondering if there is a way to clear out asp.net text boxes on a page. In a vb.net application you can loop through the controls collection on a form and determine if the control is a text box and clear it's text property. However, I can't find any documentation on how to do this in asp.net. Any help would be appreciated. -Thanks in advance.