1
Answer

How to display HTML special characters?

Ask a question
Administrator

Administrator

21y
1.8k
1
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)