Radiobutton? Sure, only one of a group is ever "checked". Checklist? Yes,
but it can be dangerous if the list can change. The rendered id stays the
same after the control is rendered, as long as you do not change conditions,
number of items or placement (place it in a control, for example).
--
Gregory A. Beamer
MCP: +I, SE, SD, DBA
*********************************************
| Think outside the box!
|
*********************************************
"Darrel" <> wrote in message
news:...
> Is there a one-line way to check to see if there is an item in a
> radiobutton list that is checked? Or does one need to test each
> radiobutton in the list? I assume one can do the former, but I'm at a loss
> for the syntax.
>
> -Darrel
>
|