Hi,
How can I set text inside table cell as a html format.
As an example, I can able to set text like,
p_oOutput.OutputFormattedText(htmltext);
But want to set html text inside table cell.
p_ oOutput.TableCell(.........);

Let me know if you have any solution on this.
Thanks,
Rupam
Andrey Gritsenko on
Hi
p_oOutput.TableCell(....);
starts entry in a cell. Simple leave in that call emtpy text "" and after use p_oOutput.OutputFormattedText(htmltext);