To clear a web form full of textboxes and form controls just enclose all the objects in a Panel control then on your code behind use the following line
Read more
PANELID.Controls.Clear()
...