I'm submiting a form to update a SQL table. I've a radio button configured to use values from a Collection.
I cannot get the value of the selcted Radio box (radio2) to write to the database. I continuously get 0 in the db column.
If I us radio2.Selected.Value, I can only retrieve the displayed value of the radio box
If I use radio2.Selected.UKey (name of my integer field) I can display the correct value in a label, but it isn't passing that value back to the SQL Database column.
I have refreshed all the data sets etc.
Any one any thoughts on why I can't get the values to pass through to the database?
Thanks,
Tim

Report
All responses (
Answers (