Required Field Validator (ASP.NET)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi. I have a webform with a two required field validators. I have a cancel
button on the form which should allow the user to quit the form and
Response.Redirect to a previous webform. However, when users attempt to
cancel out of the form they cannot because the required field validators turn
on (because the page is posted back) and the users must actually input values
into the required fields and then click the cancel button.

How can I allow users to simply exit out of the webform dispite whether or
not they've completed the required fields? Thanks.
 
Back
Top