2017年8月4日
摘要: 简单的封装方式(适用于没有任何更改,最普通的情况下)—— public bool sex { get; set; } 属性扩展— public string sexstr { get { return sex?"男";"女"; } } repeater使用方法—— <asp:Repeater ID 阅读全文
posted @ 2017-08-04 11:51 homie 阅读(504) 评论(0) 推荐(0) 编辑
摘要: 文本类: 文本框 <input type = "text" /> 密码框 <input type = "password" /> 隐藏域 <input type = "hidden" /> 文本域 <textarea></textarea> 按钮类: 普通按钮 <input type = "butt 阅读全文
posted @ 2017-08-04 11:02 homie 阅读(7075) 评论(0) 推荐(0) 编辑