02-26-2008, 01:35 AM
Hi Swathi,
On the example of I gave you previously, the name of the radio button was taken from doing the view source (of the web page that contain the radio buttons).I.e.
I copied the value of "name" to WebRadioGroup("EC:rblTemplates"), and for which radio button selected, I use the order of the option, i.e. input id = .... 2 so Select "#2".
Hope that helps.
Cheers
Kathy
On the example of I gave you previously, the name of the radio button was taken from doing the view source (of the web page that contain the radio buttons).I.e.
Code:
<input id="EC_rblTemplates_2" type="radio" name="EC:rblTemplates" value="17660683" /><label for="EC_rblTemplates_2">CS-University Course Questionnaire</label>
I copied the value of "name" to WebRadioGroup("EC:rblTemplates"), and for which radio button selected, I use the order of the option, i.e. input id = .... 2 so Select "#2".
Hope that helps.
Cheers
Kathy