Sumit Kesarwani Total Post:782 Points:3910 Posted by Sumit Kesarwani December-17-2013 7:35 AM C# C# 1 Answer(s) 1298 View(s) Ratings: Rate this:
Sumit Kesarwani Post:782 Points:3910 What is the difference between a Label control and a Literal control? Posted on 4 years ago 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.
Post:782
Points:3910What is the difference between a Label control and a Literal control?
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.