文档详情

DataList分页程序(转载).doc

发布:2016-07-18约8.74千字共7页下载文档
文本预览下载声明
转载他人的~~~也费了很大的劲~~~自己亲自编译通过 另外自己还加入自动编号的功能 效果图: 前台代码: %@?Page?Language=C#?AutoEventWireup=true?CodeFile=Default2.aspx.cs?Inherits=Default2?% !DOCTYPE?html?PUBLIC?-//W3C//DTD?XHTML?1.0?Transitional//EN?/TR/xhtml1/DTD/xhtml1-transitional.dtd html?xmlns=/1999/xhtml head?runat=server ????titleDataList分页程序/title ????style?type=text/css ????????.style1 ????????{ ????????????width:?784px; ????????} ????????.style2 ????????{ ????????????width:?126px; ????????} ????/style /head body ????form?id=form1?runat=server ????div?align=center ???? ????????asp:DataList?ID=DataList1?runat=server?CellPadding=4?ForeColor=#333333? ????????????Width=784px?onitemcreated=DataList1_ItemCreated? ????????????onitemdatabound=DataList1_ItemDataBound ????????????FooterStyle?BackColor=#990000?Font-Bold=True?ForeColor=White?/ ????????????AlternatingItemStyle?BackColor=White?/ ????????????ItemStyle?BackColor=#FFFBD6?ForeColor=#333333?/ ????????????SeparatorStyle?BorderStyle=Dashed?/ ????????????SelectedItemStyle?BackColor=#FFCC66?Font-Bold=True?ForeColor=Navy?/ ????????????HeaderTemplate ????????????????学生基本情况br?/ ????????????????table?class=style1?style=background-color:?#808000 ????????????????????tr?class=style1 ???????????????????????td?class=style2 ????????????????????????????编号/td ????????????????????????td?class=style2 ????????????????????????????学号/td ????????????????????????td?class=style2 ????????????????????????????姓名/td ????????????????????????td?class=style2 ????????????????????????????性别/td ????????????????????????td?class=style2 ????????????????????????????年龄/td ????????????????????????td?class=style2 ????????????????????????????专业/td ????????????????????????td?class=style2 ????????????????????????????年级/td ????????????????????/tr ????????????????/table ????????????/HeaderTemplate ????????????HeaderStyle?BackColor=#990000?Font-Bold=True?ForeColor=White?/ ????????????ItemTemplate ????????????????table?class=style1 ????????????????????tr?class=style1 ??????????????????????????td?class
显示全部
相似文档