B
Brian Vallelunga
I have a repeater bound to a datatable. For each item in the data table,
I need a set of known checkboxes to show up. This is easy to do, but I
am not sure how to get the results of the checkboxes on submission. I
have something like this:
May 1
[ ] Item1 [ ] Item2 [ ] Item3 [ ] Item4 [ ] Item5
May 2
[ ] Item1 [ ] Item2 [ ] Item3 [ ] Item4 [ ] Item5
May 3
[ ] Item1 [ ] Item2 [ ] Item3 [ ] Item4 [ ] Item5
May 4
[ ] Item1 [ ] Item2 [ ] Item3 [ ] Item4 [ ] Item5
The dates would come from the datatable. I need to be able to find out
which checkboxes were checked on submission. I could do them as simple
html controls with sequential names, but then they wouldn't maintain
state. How are people doing this? This is a bit different than the
editing a single row, as often done with .net controls.
Thanks,
Brian
I need a set of known checkboxes to show up. This is easy to do, but I
am not sure how to get the results of the checkboxes on submission. I
have something like this:
May 1
[ ] Item1 [ ] Item2 [ ] Item3 [ ] Item4 [ ] Item5
May 2
[ ] Item1 [ ] Item2 [ ] Item3 [ ] Item4 [ ] Item5
May 3
[ ] Item1 [ ] Item2 [ ] Item3 [ ] Item4 [ ] Item5
May 4
[ ] Item1 [ ] Item2 [ ] Item3 [ ] Item4 [ ] Item5
The dates would come from the datatable. I need to be able to find out
which checkboxes were checked on submission. I could do them as simple
html controls with sequential names, but then they wouldn't maintain
state. How are people doing this? This is a bit different than the
editing a single row, as often done with .net controls.
Thanks,
Brian