常用的表单元素

表单元素
一共12个
分三大类

文本类
<input type="text" />
<input type="password" />
<textarea></textarea>
<input type="hidden" />

按钮类
<input type="button" />
<input type="reset" />

<input type="submit" />
<input type="image" />

选择类
<input type="radio" id="i" /><label for="i">aaa</label>
<input type="checkbox" />
<select>
<option></option>
</select>
<input type="file" />

简单控件:
Label
Literal
TextBox TextMode="" Visible="false"  Enabled="false"
HiddenFiled
Button
ImageButton

复合控件:
radio   radioButton  radioButtonList 单选
checkbox  checkbox   checkboxList 多选
select option  DropDownList  单选  ListBox 多选

posted on   小败哥哥。  阅读(230)  评论(0编辑  收藏  举报

导航

< 2025年1月 >
29 30 31 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
2 3 4 5 6 7 8
点击右上角即可分享
微信分享提示