Question
ASP.NET/Access Poll Using Radio Buttons
I'm using ASP.net w/ Access db. I created a form w/ a group
of radio buttons (used individual radio buttons instead of
RadioButtonList). I'm populating the radio button text and values
from a database (successfully). But, when I use the Insert Record
Behavior to record the user's selection in another table...I'm
getting errors, or the value is just not being passed to the db
correctly.
Should I be using a RadioButton List instead of individual radio buttons in a group? Do I need to use an If/Then statement to isolate the rdobutton.SelectedItem...or does the Insert Record behavior identify the selected button in a group?
Any help would be greatly appreciated. Or does anyone know of a good tutorial online I could look at? I'm coding in VB. I'm trying to teach this to a bunch of high school students and were all stumped.
Thanks,
Kris
Should I be using a RadioButton List instead of individual radio buttons in a group? Do I need to use an If/Then statement to isolate the rdobutton.SelectedItem...or does the Insert Record behavior identify the selected button in a group?
Any help would be greatly appreciated. Or does anyone know of a good tutorial online I could look at? I'm coding in VB. I'm trying to teach this to a bunch of high school students and were all stumped.
Thanks,
Kris
