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.
 
Back
Top