D
DirkDiggler
Hi
Im working on ascx control.
I have Table control to which im adding CheckBox controls
on the runtime. User selects what he wants and then presses
the Send button. My question is how to obtain which check
box did he select.
I tried to get it from table.Rows[x].Cells[x].Control[0] but
table seem to be empty, it doesnt have any controls.
thanks in advance
Lu
Im working on ascx control.
I have Table control to which im adding CheckBox controls
on the runtime. User selects what he wants and then presses
the Send button. My question is how to obtain which check
box did he select.
I tried to get it from table.Rows[x].Cells[x].Control[0] but
table seem to be empty, it doesnt have any controls.
thanks in advance
Lu