Results 1 to 3 of 3

Thread: How to disable RequiredFieldValidator

  1. #1
    Addicted Member
    Join Date
    Mar 06
    Posts
    204

    How to disable RequiredFieldValidator

    Hi,

    I've got a requiredfieldvalidator in my textbox. However, when user clicks on cancel, the requiredfieldvalidator keeps appearing. Is it possible to turn off the validator when user click on the cancel btn?

    Thanks a lot

  2. #2
    Frenzied Member FishGuy's Avatar
    Join Date
    Mar 05
    Location
    Bradford UK
    Posts
    1,693

    Re: How to disable RequiredFieldValidator

    Set the button property

    Causesvalidation=False

  3. #3
    Addicted Member
    Join Date
    Mar 06
    Posts
    204

    Re: How to disable RequiredFieldValidator

    Thanks a lot

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •