clearing the input of a form when page is in an invalid state

  • Thread starter Thread starter Sunfire
  • Start date Start date
S

Sunfire

Hi... I have a form that i use validation controls on. I need to be able to
clear the form when it is in an invalid state. How do you do this?
Response.Redirect doesn't work, Control.Text="" or null doesn't work... any
ideas?
 
Back
Top