Lecture 7 Standard Controls
Lecture 7 Standard Controls
Presented By
SATNAM KAUR
Standard Controls
Literal
Display Information
Label
Textbox
Accept User Input Checkbox
RadioButton
Button
Standard Controls Submit Form Data LinkButton
ImageButton
Image
Displaying Images
ImageMap
Panel Control
HyperLink Control
Displaying Information
Literal: Simply displays the text and does not support formatting properties. This is because, the contents
of literal are not contained in <span> tag. This can be verified by using “view page source” option on
browser.
Label: displays text and also supports several additional below mentioned formatting properties because
the contents of literal are not contained in <span> tag.
BackColor
BorderColor
BorderStyle
BorderWidth
Font
Style
ForeColor
Displaying Information
Literal Label