2007 Jul 03 7:34 AM
I need to create a sub screen and give two radio buttons
1) YES 2)NO -
sample text
now i want to know how to give both the radio button initial
like no radio button by default must be selected
user must give the input
then i need to update the database table basing on his input
could any one help out of this situation
i tried to create a radio button a keep it in a group by by default one button is clicked
i need both the radio buttons initial
Thanks in advace.........
siva.
2007 Jul 03 7:39 AM
Create one more radio button in the clicked mode and in the same group. Make this radio button hidden or in the display mode. The third radio button is active means no option was selected by the user.
Message was edited by:
Anish Thomas
I need to create a sub screen and give two radio buttons
1) YES 2)NO -
sample text
now i want to know how to give both the radio button initial
like no radio button by default must be selected
user must give the input
then i need to update the database table basing on his input
could any one help out of this situation
i tried to create a radio button a keep it in a group by by default one button is clicked
i need both the radio buttons initial
Thanks in advace.........
siva.
2007 Jul 03 7:39 AM
Create one more radio button in the clicked mode and in the same group. Make this radio button hidden or in the display mode. The third radio button is active means no option was selected by the user.
Message was edited by:
Anish Thomas
2007 Jul 03 7:39 AM
Hi
You can't use radiobuttons for your requirement
Better use two check boxes and do your development
because Radiobutton means by default one condition is checked.. that is its property.
So better to use checkboxes.
Reward points for useful Answers
Regards
Anji
2007 Jul 03 8:12 AM
i think you have create separate radio buttons .... no grouping thne there wont be any defualt 'X'.
reward points if it is usefull ..
Girish