Reset Button

  • Thread starter Thread starter Andrea Williams
  • Start date Start date
A

Andrea Williams

Does anyone know a quick and easy way to reset the controls on a form?
There doesn't seem to be a RESET control, so back to the HTMLControls reset
button?

thanks,
Andrea
 
Do you need it to postback to the server? HTML has a result button (<input
type="reset" ...>) if you simply just want to reset the controls. This is
quick and easy.
 
Just basic reset... I just thought there would be a different way to do it
with the WebControls.

Thanks!
andrea
 
You only need to worry about webcontrols if processing needs to happen on
the server.
 
Back
Top