Web developers can the Literal control to reserve a location on the Web page to display text. The Literal control is similar to the Label control, except the Literal control does not allow them to apply a style to the displayed text. They programmatically control the text displayed in the control by setting the Text property.
Namespace: System.Web.UI.WebControls Assembly: …