Im wondering why this occurs. If I have a control and i add it to a
table cell.
cell.controls.a dd(customobject )
and then i add it to another cell
cell2.controls. add(customobjec t)
why does my customobject get removed from the first cell
table cell.
cell.controls.a dd(customobject )
and then i add it to another cell
cell2.controls. add(customobjec t)
why does my customobject get removed from the first cell
Comment