Label - 显示文字,编译后是span
Literal - 显示文字,编译后没有形成元素 只是文字 一般用来输出 js代码内容
TextBox - 文本框
TextMode -普通文本框
singleline = 单行、编译后为 <input name="textbox1" type="text" id="textbox1" />
multiline=多行
password=单行密码框
Warp - true 自动换行 false 不自动换行
Enabled - 文本框是否可用
ReadOnly -只读
maxlength- 字符长度
visible - 是否可见
Button - 按钮 编译后:" input = submit"
OnClientClick - 先执行客户端点击事件
confirm - 返回bool值
ImageButton - 图片按钮
ImageUrl-图片路径
LinkButton - 用JS 封装的 连接按钮样式的 按钮
Hyperlink - 连接按钮
NiavigateUrl-连接地址
边框:1、边框样式 2、边框颜色 3、边框粗细
简单控件:label
literal
textbox
button/Imagebutton/ linkbutton
注:
类必须放在 App_Code 文件夹下
没有命名空间一说