Control to valididation

  • Thread starter Thread starter Hai Nguyen
  • Start date Start date
H

Hai Nguyen

Name _______________ (requiredvalidiation)
Email _______________ (requiredvalidiation)
Address _______________ (requiredvalidiation)
Phone _______________ (requiredvalidiation)

PreviousButton NextButton ResetButton

I would like to know how I can disable the requiredvalidiation control when
i clicked PreviousButton which will take me back to the previous page, or
hit resetbutton which will reset every thing, nextbutton will do the
validiation

If I don't have requiredvalidiation control, everything works fine

Thanks
 
use causesvalidation property on your previous and reset buttons...
that will not cause validation script to execute...
you can then write code to reset it or move it to previous page

hth
 
Back
Top