S
Scott H
I have a page with several server controls placed on there at design
time, including a blank table control.
During runtime I add some controls to the table, including some
checkboxes, which I called ch() as checkbox. the user would then
check some of them and click a button.
the event handler for the button would save the checkbox checked state
to a database.
but as soon as the button is clicked, ch() is nothing. all the other
design time controls have retained their values, but not the
checkboxes.
Scott
time, including a blank table control.
During runtime I add some controls to the table, including some
checkboxes, which I called ch() as checkbox. the user would then
check some of them and click a button.
the event handler for the button would save the checkbox checked state
to a database.
but as soon as the button is clicked, ch() is nothing. all the other
design time controls have retained their values, but not the
checkboxes.
Scott