Displaying Database In Table

J

JRB

I have a table in a MySQL database with 5 columns. The number of rows in that
table is variable. What I want to do is display that table in the database in
a table on an aspx page, but I also want to be able to select one of the 5
things in each column for each row with a radioButton. Once there is one
thing selected for each row, I want to save the selections back in another
table in the database. I thought of using a RadioButtonList, but it wants to
group everything in the table and only lets me select one radioButton in the
whole table, where I want to be able to select one thing from each row. What
will need to be saved in the next database table when a selection has been
made from each row, is a name for each row (comes from 1st column in the
origional db), and the selection made (one of the other 4 columns in the
origional db). Can anyone help?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top