Zoe
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; /// /// nation 的摘要说明 /// public class nation { public string nationcode { get; set; } public string na... 阅读全文
posted @ 2017-05-28 23:58 口袋里的SKY 阅读(199) 评论(0) 推荐(0) 编辑
摘要: (一)复合控件 1.RadioButtonList 每一行数据都是一个ListItem RadioButtonList的属性: RepeatDirection 排列方式 RepeatColumns 每一行中需要展示的个数 RepeatLayout 页面中生成什么样的代码 ListItem的属性: E 阅读全文
posted @ 2017-05-28 17:13 口袋里的SKY 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 表单元素: 文本类<input type="text"> - TextBoxpassword TextBox TextMode="password"textarea TextBox TextMode="MutilLine"hidden HiddenFiled 按钮类button - 无submit 阅读全文
posted @ 2017-05-28 11:29 口袋里的SKY 阅读(111) 评论(0) 推荐(0) 编辑
摘要: Repeater - 重复器HeaderTemplate - 先执行,执行一次FooterTemplate - 最后执行,执行一次ItemTemplate - 在Header之后执行,有多少条数据绑定就执行多少次 AlterNatingItemTemplate - 交替项模板,与ItemTempla 阅读全文
posted @ 2017-05-28 09:47 口袋里的SKY 阅读(168) 评论(0) 推荐(0) 编辑