[我的ASP.net学习历程]DataList(DataBind)(1)

<%@ Page Language="C#" AutoEventWireup="True" %>
<Script language="C#" runat="server">
void Page_Load(Object Sender,EventArgs e){
 ArrayList array=new ArrayList();
 array.Add("1234");
 array.Add("5678");
 array.Add("9101");
 DataList.DataSource=array;
 DataList.DataBind();
}
</Script>
<asp:datalist ID="DataList" runat="server">
<!--页头数据梆定-->
<headertemplate>
 <div>
  Some of the latest wrox Press Books
 </div>
</headertemplate>
<!--页内容数据梆定-->
<itemtemplate>
 <asp:label ID="Label_1" Text="<%#Container.DataItem%>" runat="server"></asp:label>
</itemtemplate>
<!--页尾数据梆定-->
<footertemplate>
 <table>
  <tr>
   <td bgcolor="#0099CC">xfzf</td>
  </tr>
 </table>
</footertemplate>
</asp:datalist>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值