You can simple call this statement to reset all page controls to default values in javascript For IE: document.all.YourForm.reset(); For Other Browsers: document.YourFormID.reset()