Help needed in clearing form

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Hello

I have writen a contact form in c# using system.web.mail
I can not figure out how to clear the form once it has been e-mailed.
Any ideas?

Mike
 
After you do the send, set all of the textbox's .text properties to
string.Empty, set the comboboxes/listboxes selectedindex to -1 etc.
 

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