Is is possible to disable Validation controls on client side?
Messages   Related Types
This message was discovered on ASPFriends.com 'aspngbeta' list.


Mark Howland
I have a form that contains two options which are selected by a radio button. If Radio Button A is selected, then I want to require an answer to TextBox A and not TextBox B. And vica-versa, if B is selected, A will not be required.

Radio Button A
TextBox A

Radio Button B
TextBox B

Is it possible to turn off the validation controls for TextBox B if TextBox A is selected? One possible solution I see is to write custom validators that check the radio button value and the textbox value, but it would be nice if the validators could be enabled/disabled on the client side (even if only for uplevel browsers).
Reply to this message...
 
    
Anthony Moore
It is possible to do this. The is a function available on the client
called ValidatorEnable. It takes the validator as the first paramter and
a true or false as the second.

See this article for more details:
http://msdn.microsoft.com/library/techart/aspplusvalid.htm, under
Client-Side Validation.

Anthony Moore

-----Original Message-----
From: Mark Howland [mailto:Click here to reveal e-mail address]
Sent: Thursday, May 10, 2001 10:59 AM
To: aspngbeta
Subject: [aspngbeta] Is is possible to disable Validation controls on
client side?

I have a form that contains two options which are selected by a radio
button. If Radio Button A is selected, then I want to require an answer
to TextBox A and not TextBox B. And vica-versa, if B is selected, A
will not be required.

Radio Button A
TextBox A

Radio Button B
TextBox B

Is it possible to turn off the validation controls for TextBox B if
TextBox A is selected? One possible solution I see is to write custom
validators that check the radio button value and the textbox value, but
it would be nice if the validators could be enabled/disabled on the
client side (even if only for uplevel browsers).
| [aspngbeta] member Click here to reveal e-mail address = YOUR ID |
http://www.asplists.com/asplists/aspngbeta.asp = JOIN/QUIT
Reply to this message...
 
 
System.Web.UI.WebControls.TextBox
System.Windows.Forms.TextBox




Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com