What is the difference between a Label control and a Literal control?
2444
17-Dec-2013
Sumit Kesarwani
17-Dec-2013The 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.