Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Regarding radio button

Former Member
0 Likes
662

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.

1 ACCEPTED SOLUTION
Read only

former_member150733
Contributor
0 Likes
632

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.

3 REPLIES 3
Read only

former_member150733
Contributor
0 Likes
633

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

Read only

Former Member
0 Likes
632

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

Read only

Former Member
0 Likes
632

i think you have create separate radio buttons .... no grouping thne there wont be any defualt 'X'.

reward points if it is usefull ..

Girish