Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Stop RequiredFieldValidator


Message #1 by "charles baldo" <charlesbaldo@h...> on Fri, 12 Apr 2002 16:21:21
Thanks Imar, that sounds like a good way to me also.
Also thanks for the info you gave me on auto configuration and setup. You 
were right it is a huge project, we decided to first look at some commercial 
packages.

All the best
chuck baldo

From: Imar Spaanjaars <Imar@S...>
Reply-To: "ASPX_Professional" <aspx_professional@p...>
To: "ASPX_Professional" <aspx_professional@p...>
Subject: [aspx_professional] Re: Stop RequiredFieldValidator
Date: Fri, 12 Apr 2002 17:34:35 +0200

Hi Chuck,

You could do use a Custom Validator. That would still force you to write
some code yourself, but will give you the benefits of the Validation
Controls, like the validation summary.

HtH

Imar


At 04:21 PM 4/12/2002 +0000, you wrote:
>Does anyone know of a way to stop a validation control?
>
>What I have is a drop down that holds payment type. Either check or credit
>card. Underneath that I have the credit card info which has a
>RequiredFieldValidator. However if payment type is a check I obviously do
>not want to the validation. I know I could just write some code to do
>validation but I would rather use the controls.
>
>
>Thank You
>Chuck Baldo





_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


  Return to Index