G
Guest
I have started using a System.Web.UI.WebControls.Table control
In this table I have programmatically added web controls (mostly textboxes)
to all the cells of a particular column. (The entire table is defined in the
VB code.)
Nothing I do seems to affect the width of the column or the textboxes within
the column. I have tried adding to the attributes of both the textbox and
the cell. (Attributes.Add("Width", "50px").
What am I forgetting?
In this table I have programmatically added web controls (mostly textboxes)
to all the cells of a particular column. (The entire table is defined in the
VB code.)
Nothing I do seems to affect the width of the column or the textboxes within
the column. I have tried adding to the attributes of both the textbox and
the cell. (Attributes.Add("Width", "50px").
What am I forgetting?