Resetting Value of Radio List
Comments
-
If we want to check if a radio list has not been answered (no options chosen) do we check for radio list is [b]null[/b] or [b]is empty[/b]?
Also, if we want to reset the value of a radio list control on a form (set to no options chosen) do we set the Input Data to [b]null[/b] or [b]empty[/b]?
-
For a radio button list, if no option is chosen then the output will be set to [b]null[/b]. Also, to reset a radio button list, you will want to set the input data to [b]null[/b].