This ASP.NET tutorial explains how to write encoded text on the web page in ASP.NET.
When you want to write encoded text on the web page you should use the Literal control, because it does support a property that is not supported by the Label control: the Mode property. The property enables you to [...]
