Validation Controls

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

Guest

Hi all

I have a problem with a validation control. When the control displays the error message it does not allow the user to click any of the Link buttons on my page until the validation rule is met. I need to users to be able to click a 'Cancel' button if they do not wish to proceed after reading the validation message but at the moment they cannot. Does anyone know why this happens

Any help with this is appreciate

Thank

Dave
 
Set CauseValidation to False
Dave said:
Hi all,

I have a problem with a validation control. When the control displays the
error message it does not allow the user to click any of the Link buttons on
my page until the validation rule is met. I need to users to be able to
click a 'Cancel' button if they do not wish to proceed after reading the
validation message but at the moment they cannot. Does anyone know why this
happens?
 
Back
Top