一.Repeater控件 数据循环编辑 1.repeater包括五大模板: (1)HeaderTemplate:标题模板,对开头进行编辑,只执行一次 (2)FooterTemplate:页尾结束模板,对结尾进行编辑,只执行一次 (3)ItemTemplate:循环内容执行,内容有多少条,执行多少次 (4)AlternatingItemplate:隔条数据交替项进行格式设置 (5)SeparatorTemplate:记录之间的分隔符 例: 每条内容之间插入一条水平线 <SeparatorTempl