Not sure if possible - multiple check boxes (from a database) on each row of a datagrid/view - and updatable -
12-19-2007
, 10:53 AM
I want to be able to have a datagrid/gridview/whatever where it will display
a list of records. On each record, I need to be able to read from a table a
list of possible values and display those with textboxes where a person can
enter a quantity.
So it would be something like:
Record A Option 1 <textbox> Option 2 <textbox> Option 3
<textbox> Option 4 <textbox>
Record B Option 1 <textbox> Option 2 <textbox> Option 3
<textbox> Option 4 <textbox>
At least all of the options are the same for all of the records. I need them
to be able to enter the values in the textboxes and then do a save.
Is this even possible?
TIA - Jeff. |