March 2011 - Posts

10
Comments

Label vs Literal in ASP.NET by jhallal

Unlike the Label control, the Literal control does not render any additional html tags thats why the best practice says: never use the ASP.NET Label control when a Literal can do the job. In different cases we use the Literal/Label controls to label input...
Filed under:
More Posts