Databound Checkbox list with textboxes in a webform
Posted
by zSysop
on Stack Overflow
See other posts from Stack Overflow
or by zSysop
Published on 2010-03-24T19:04:55Z
Indexed on
2010/03/24
19:23 UTC
Read the original article
Hit count: 479
Hi all,
I'm having trouble coming up with a solution for the following problem and i was wondering if someone here would help me out.
I need to pull a list of supplies from a db table and list them along with two textboxes (one for quantity, and another for manufacturer)
so the list would look something like this.
checkbox for supply 1 | Quantity | Manufacturer
checkbox for supply 2 | Quantity | Manufacturer
..
I also need to store all of the checked items in a db table. I'm not sure how i should go about doing this. I've heard some talk about a repeater control being useful but i've not come across any examples that do this type of thing.
Thanks in advance
© Stack Overflow or respective owner