How to clear or reset controls on page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have a page with quite a few textboxes and dropdownlist controls. How can
I clear the textboxes and reset the dropdownlist after the data is sent to
the database?

Do I have to perform

textbox1.text = ""
textbox2.text = ""
.....

for each items? Is there a page.reset?

Thanks
 
Back
Top