M
MS News
Hello,
I am populating a DIV with Checkboxes based on rows I get from a Table
while dr.read()
.....
mydiv.controls.add(etc...)
.... other set up
end ...
On my webpage I check some of the check boxes then submit
on postsback how can I get back all the check boxes that were checked
it seems I can not get any thing back!!!
when I check mydiv.controls.count I get 0 (Zero)
what are ways to do that?
Any Ideas Please help
Thank you.
I am populating a DIV with Checkboxes based on rows I get from a Table
while dr.read()
.....
mydiv.controls.add(etc...)
.... other set up
end ...
On my webpage I check some of the check boxes then submit
on postsback how can I get back all the check boxes that were checked
it seems I can not get any thing back!!!
when I check mydiv.controls.count I get 0 (Zero)
what are ways to do that?
Any Ideas Please help
Thank you.