Form Reset

  • Thread starter Thread starter Kenneth Keeley
  • Start date Start date
K

Kenneth Keeley

Hi
If I have a page that has some text boxes and some dropdown list and some
buttons How do I go about place a reset button on the page. This button
should clear all the text boxes and reset the dropdown list to the default
value.

Thanks
 
Doing a response.redirect or server.transfer to the samepage on press of
reset is just about the easiest way.
 
This only seems to works when you all required fields are filled in. I wish
to have it reset all feilds regardless of if they are valid or not. Is there
somethingmore I must do.
 
Back
Top