What is the difference between a Label control and a Literal control?
Ask by Sumit Kesarwani
Updated 21 Sep 2020
The Label control’s final html code has an HTML tag; whereas the Literal control’s final html code contains only text, which is not surrounded by any HTML tag.