Administrator

Administrator

  • Tech Writer
  • 2.2k
  • 1.5m

How to display HTML special characters?

Apr 9 2003 5:56 AM
As titled. The VS.Net will translate the following code: tblNewRow = new System.Web.UI.HtmlControls.HtmlTableRow(); tblNewCol = new System.Web.UI.HtmlControls.HtmlTableCell(); tblNewCol.InnerText = "Copyright ©"; tblNewRow.Cells.Add(tblNewCol); and displays "  ©" instead of the special characters.. Thanks!! Lethain

Answers (1)