You could, if it has any point in your mind, make the page refresh itself automatically after submitting the form, reloading the page removing all text from textboxes etc. You do this by adding the following code -> Page.Redirect(Request.RawUrl);
in the bottom of your submit method.