T
tvkarthick
Hi,
I have a user control which dynamically creates a table with one row
and 8 columns. I have got values to display on all the 8 columns. But
when I construct the table, I need to create 8 table cells though, is
there any other way I can dynamically generate without having to do the
new HtmlTableCell() for 8 times for 8 cells ?.
And what is the best approach to create table and display values in
seperate columns, in this situation ?. Thanks.
Karthick
I have a user control which dynamically creates a table with one row
and 8 columns. I have got values to display on all the 8 columns. But
when I construct the table, I need to create 8 table cells though, is
there any other way I can dynamically generate without having to do the
new HtmlTableCell() for 8 times for 8 cells ?.
And what is the best approach to create table and display values in
seperate columns, in this situation ?. Thanks.
Karthick