Home All Groups Group Topic Archive Search About
Author
29 Nov 2006 12:36 PM
Kevin Humphreys
Hi There,
I'm trying to get a required field validator for a Radio Button Web Control.
Any ideas on how I can do this?

Thanks,
Kevin.

Author
29 Nov 2006 2:23 PM
Scott M.
If it's required, then why are you using a RadioButton, use a checkbox
instead.


Show quoteHide quote
"Kevin Humphreys" <khumphr***@hotmail.com> wrote in message
news:eXcWDM7EHHA.3768@TK2MSFTNGP02.phx.gbl...
> Hi There,
> I'm trying to get a required field validator for a Radio Button Web
> Control.
> Any ideas on how I can do this?
>
> Thanks,
> Kevin.
>
Author
30 Nov 2006 1:23 AM
MikeS
>>why are you using a RadioButton
It may be multiple choices with no good default, like a rating in a
survey.

I am not sure whether or not a required field validator can handle that
or if a custom validator is needed.
Author
2 Dec 2006 4:46 AM
Scott M.
Custom Validator


Show quoteHide quote
"MikeS" <michael.spen***@gmail.com> wrote in message
news:1164849793.844301.126230@j72g2000cwa.googlegroups.com...
>>>why are you using a RadioButton
> It may be multiple choices with no good default, like a rating in a
> survey.
>
> I am not sure whether or not a required field validator can handle that
> or if a custom validator is needed.
>