
I have an HTML form which has a couple of radio buttons for example (gender: male/female) and some check boxes with select lists. I have created a servlet to connect to access database and process the form. I have no problem inserting the text fields into the tables however I wanted to ask you if there are tutorials or perhaps you can help with the code to store radio button data and checkbox data to database table. For example in the backend table there is only one column for Gender, how do I insert male OR female as selected through the form? thanks and regards,
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.