Guys,
This is a simple issue I am having. I have a Panel with a table within, under certain conditions I need to stretch the panel to full page width, besides stretching the panel during data binding, I explicitly tell the table that its width is now the report width (table.Width = report.Width) The panel stretches fine, the table remains static.
So my question is, can tables be resized dynamically? and if so, how can this be accomplished.
Thanks.
This is a simple issue I am having. I have a Panel with a table within, under certain conditions I need to stretch the panel to full page width, besides stretching the panel during data binding, I explicitly tell the table that its width is now the report width (table.Width = report.Width) The panel stretches fine, the table remains static.
So my question is, can tables be resized dynamically? and if so, how can this be accomplished.
Thanks.