分享web开发知识

注册/登录|最近发布|今日推荐

主页 IT知识网页技术软件开发前端开发代码编程运营维护技术分享教程案例
当前位置:首页 > 运营维护

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

发布时间:2023-09-06 01:31责任编辑:郭大石关键词:.NET

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个表单元素&&简单控件/复合控件

原文地址:http://www.cnblogs.com/zJuevers/p/8053019.html

知识推荐

我的编程学习网——分享web前端后端开发技术知识。 垃圾信息处理邮箱 tousu563@163.com 网站地图
icp备案号 闽ICP备2023006418号-8 不良信息举报平台 互联网安全管理备案 Copyright 2023 www.wodecom.cn All Rights Reserved