W
WJ
I am using html/Table control a lot to organize my controls on aspx form.
Most of the time it works fine, then all of a sudden, a cell within a table
refuses to be resized (left/right) and or a row will not resize. To fix
this, I have to create a new table, copy everything from the old table to
the new one and then I finally can resize the new table the way I want.
Most of my html/table configurations are 2 columns with multiple rows where
left columns would host Label controls such as Name, Country and right
columns host TexBox controls. The left column is the troubled one, even if
I tried to shrink down the TextBox to allow resize on the entire table but
would not work. I mean the whole left column is locked!
Is there a way to fix this without rebuilding the entire structure ? Or is
it a bug in VS.Net 2k3 IDE ?
Thanks for your help
John
Most of the time it works fine, then all of a sudden, a cell within a table
refuses to be resized (left/right) and or a row will not resize. To fix
this, I have to create a new table, copy everything from the old table to
the new one and then I finally can resize the new table the way I want.
Most of my html/table configurations are 2 columns with multiple rows where
left columns would host Label controls such as Name, Country and right
columns host TexBox controls. The left column is the troubled one, even if
I tried to shrink down the TextBox to allow resize on the entire table but
would not work. I mean the whole left column is locked!
Is there a way to fix this without rebuilding the entire structure ? Or is
it a bug in VS.Net 2k3 IDE ?
Thanks for your help
John