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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top