One, Label control (Class)
Property:
(a) Layout:
Width: Available in both pixels and percent type: Unit
Height: Available in pixels, also available as percent type: unitunit.pixel (pixels) unit.percentage (percent)
(ii) Background and prospects
BackColor: (color) Background color
ForeColor: (color) text color
Font
Name: Font names
Size: Font sizes
Bold:
Italic:
Underline:
(c) Border
BorderColor:
BorderStyle:
BorderWidth:
(iv) Other:
Text-label text
Visable= is visible
Enabled-is available.
CssClass-Class in the style sheet
Second, Literal: Tags:
Text-the words on the label
Visible-Can you see
Three, text box textbox
All properties that have a label.
TextMode-the type of the text box.
singleline-Single Line
multiline-Multiple lines
password-Password
ReadOnly-is read-only
maxlength-the maximum input string
Four, button, buttons
All properties that have a label.
The JS script to be onclientclick--when the button is clicked.
Five, LinkButton hyperlink button.
All properties that have a label.
The JS script to be onclientclick--when the button is clicked.
Six, ImageButton Picture button.
All properties that have a label.
The JS script to be onclientclick--when the button is clicked.
imageurl-picture path.
Basic Control 1234 Shorthand properties