clear form

  • Thread starter Thread starter Trond
  • Start date Start date
T

Trond

I have a form with validation and lots of logic. When user finally gets to
store whats typed into the form i was wondering if there is a smart way to
reset form. I know i can clear each item by typing in some code like
txtBox1.Text = ""; and so on, but i was wondering if there was a smarter
way.
best regards
Trond
 
<input type="reset" value="Display Text">

Jason Lind
Senior Software Engineer
Triton Tek
 

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

Similar Threads


Back
Top