Displaying HTML characters in LinkLabel
Hi All,
I have a windows control written in C# .NET 1.1. The control reads an XML file content with HTML named and numeric entities e.g. "Some text ’ some text again.". I am trying to display this in a LinkLabel but somehow it is just showing blank event if I am using HtmlUtility.HtmlDecode().
Any help is highly appreciated.
Thanks!