数据类型
|
数据类型简写
|
标准命名举例
---|---|---
AdRotator
|
adrt
|
Example
Button
|
btn
|
btnSubmit
Calendar
|
cal
|
calMettingDates
CheckBox
|
chk
|
chkBlue
CheckBoxList
|
chkl
|
chklFavColors
CompareValidator
|
valc
|
valcValidAge
CustomValidator
|
valx
|
valxDBCheck
DataGrid
|
dgrd
|
dgrdTitles
DataList
|
dlst
|
dlstTitles
DropDownList
|
drop
|
dropCountries
HyperLink
|
lnk
|
lnkDetails
Image
|
img
|
imgAuntBetty
ImageButton
|
ibtn
|
ibtnSubmit
Label
|
lbl
|
lblResults
LinkButton
|
lbtn
|
lbtnSubmit
ListBox
|
lst
|
lstCountries
Panel
|
pnl
|
pnlForm2
PlaceHolder
|
plh
|
plhFormContents
RadioButton
|
rad
|
radFemale
RadioButtonList
|
radl
|
radlGender
RangeValidator
|
valg
|
valgAge
RegularExpression
|
vale
|
valeEmail_Validator
Repeater
|
rpt
|
rptQueryResults
RequiredFieldValidator
|
valr
|
valrFirstName
Table
|
tbl
|
tblCountryCodes
TableCell
|
tblc
|
tblcGermany
TableRow
|
tblr
|
tblrCountry
TextBox
|
txt
|
txtFirstName
ValidationSummary
|
vals
|
valsFormErrors
XML
|
xmlc
|