I have two radio buttons, in the same group name, users selects either one (by default none is checked). When the user selects either one a string variable should store the content of the radio button. How to achieve this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
First double click on the radiobutton(s) to get their checked events
Then inside the eventhandler write this