radio buttons
-
hi herei am using two radio buttons in my application. i have setted one radiobutton as default checked. code was like below at run time if i check other radio button( google.com) and run the application then it terminates to default radio button(medwrite). how to set check as selected button. regards venkat
-
hi herei am using two radio buttons in my application. i have setted one radiobutton as default checked. code was like below at run time if i check other radio button( google.com) and run the application then it terminates to default radio button(medwrite). how to set check as selected button. regards venkat
-
You have them set to the same group. You can only have one button checked per group. Is that what you are trying to do? I guess I am confused by what you are asking.