RSS

Posts Tagged ‘literal’

December 17th, 2008 - 4:31 am § in Premium Video Tutorials

53) Displaying Text With Label and Literal Controls

In this video I’ll be looking at how to display text inside the web form. You can type your text directly inside your web form, if you want the text to be changed dynamically during runtime you can use the Literal control and the Label control. The label control is rendered as span tag by [...[...]