Literal control in ASP.NET
Why does Literal Control is lighter than Label control and what is its use?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Prabhu RajaPosted Oct 12, 2011, 2:16 AM
Also refer our Articles :
http://www.c-sharpcorner.com/UploadFile/puranindia/LiteralControlASPNET11192009223739PM/LiteralControlASPNET.aspx
Javeed M ShaikhPosted Oct 11, 2011, 3:34 AM
The Literal control is lighter because it does not render any additional html tags so you should use Literal Control oppose to ASP.NET Label control whenever a Literal can do the job. But again this should be decided on a case to case basis.
Please do not forget to mark "Accepted Answer".
Satyapriya NayakPosted Oct 11, 2011, 12:53 AM
Please look at Our recommended articles section.
Thanks
Prabhu RajaPosted Oct 11, 2011, 12:28 AM
You can get more Here : Click Here