I want to reset a form but I'm using a few "Required Field Validator" every time I click the reset button the error message shows requiring fields... What I tried:
ReuiqredFieldValidator.Enabled = false; TextBox.Text=""; Response.Redirect("Samepage.aspx"); Response.Redirect("Request.RawUrl"); <input type=reset>