2017年12月17日 ASP.NET 12个表单元素&&简单控件/复合控件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了2017年12月17日 ASP.NET 12个表单元素&&简单控件/复合控件相关的知识,希望对你有一定的参考价值。

12个表单元素可以分为三大类

第一类:文本类

<input type = "text" />  //普通文本框

<input type = "password" /> //密码文本框

<input type = "hidden" /> //隐藏域

<textrea></textrea> //可变动文本框

 

第二类:按钮类

<input type = "button" /> //普通按钮

<input type = "reset" /> //重置按钮

//下面这两个可以用来往数据库提交数据
<input type = "submit" /> //提交按钮

<input type = "image"> //图片按钮

第三类:选择类

<input type = "radio" /> //单选按钮

<input type = "checkbox"> //复选按钮

<input type ="file" /> // 选择文件按钮

<select> 
 <opention></opention>  //下拉列表
</select>

 

简单控件

1.Lable // 文字

2.Literal  //直接输出文字,不显示html的代码

3.TextBox  TextMode="MultiLine" //变为多行文本框
                TextMode="password" //变为密码框
                TextMode="SingleLine" //变为单行文本框

4.HiddenFiled //隐藏域

5.Button //提交按钮

6.ImageButton //图片提交按钮

复合控件

1.radio radioButton // 单选按钮 
           radioButtonList //多行单选按钮

2.checkbox checkbox //多选按钮
                 checkboxList //多行多选按钮

3.select  option  DropDownList //只能选择一个text
                        ListBox // 可以选择多个text

 

以上是关于2017年12月17日 ASP.NET 12个表单元素&&简单控件/复合控件的主要内容,如果未能解决你的问题,请参考以下文章

2017年12月31日 小结

2017年4月19日

2017年12月16日高级软件测试技术实践作业3

STP配置以及RSTP的原理与配置(2017年12月24日 17:43:52)

2017年12月15日高级软件测试技术实践作业3

数学分析高等代数考研试题荟萃[更新至2017年12月15日]