Page.GetRadioValue

string Page.GetRadioValue ( 

string GroupID = "",

number Type = RADIOGROUP_VALUE )

Example 1

radio_text = Page.GetRadioValue("", RADIOGROUP_TEXT);

Gets the text of the selected radiobutton in the default radiobutton group.

Example 2

radio_value = Page.GetRadioValue("Group1", RADIOGROUP_VALUE);

Gets the data value of the selected radiobutton in the group named "Group1".

See also:  Related Actions