I am having following code in itextsharp
productCell.AddElement(new Phrase(Server.HtmlDecode((this.Product.Description != null) ? this.Product.Description : ""), "Arial"));
But the page is rendered as html source. Does anybody have solution? Rest of code is fine