M
Michael Meckelein
Hi all!
I have a table like
Table myTable = new Table();
Now, I want to publish the table as part of a webpage and as part of a word
document. I tried to convert the table, but the compiler say
"Cannot convert type 'System.Web.UI.WebControls.Table' to
'System.Web.UI.HtmlControls.HtmlTable'"
if I use (HtmlTable)myTable.
I have also tried to convert HtmlTable to Word.Table without look.
I need either convert:
- Table to HtmlTable and Word.Table
or
- HtmlTable to Word.Table
Is there a way to do that?
Thanks in advance.
Michael
I have a table like
Table myTable = new Table();
Now, I want to publish the table as part of a webpage and as part of a word
document. I tried to convert the table, but the compiler say
"Cannot convert type 'System.Web.UI.WebControls.Table' to
'System.Web.UI.HtmlControls.HtmlTable'"
if I use (HtmlTable)myTable.
I have also tried to convert HtmlTable to Word.Table without look.
I need either convert:
- Table to HtmlTable and Word.Table
or
- HtmlTable to Word.Table
Is there a way to do that?
Thanks in advance.
Michael