Hello,

I have one tableA that has three tables B,C,D nested inside of it.

Tables B,C,D are server controls: Table D is an options table and not all of the products have options that are in this option table (Table D).

*My question here is how can i make the parent table (TableA) Collapse when tableD is .Visible=False? When the table is not visiable i woule like for the tableA to collapse so that there is no empty space (Where tableD was at.)

Here is the little snippit that i use to make the table . Visible = False,

If ddlMetroSelectFauxColor.Visible = True Then
tblDOptions.Visible = False
End If

Thank YOU....

Erik....