CHAN Reference

Chan Home | Reference Home | Event Firing Order | web.config

   

Controls.Label

   
  • Name Label
  • CSS Class
  • Type string

The Label control represents an empty placeholder in the page, unlike the Literal control the Label HTML encodes its text when rendering. Setting a Label's Text property to "<b>This</b>" will result in an output like "<b>This</b>".