App下载

demo_datalist1 在线工具

demo_datalist1 在线工具

<html>
<body>

<form runat="server">
<asp:DataList
id="cdcatalog"
gridlines="Both"
runat="server">

<HeaderTemplate>
My CD Catalog
</HeaderTemplate>

<ItemTemplate>
"<FONT COLOR=#ff0000><%#Container.DataItem("title")%></FONT>" of <FONT COLOR=#ff0000><%#Container.DataItem("artist")%></FONT>&nbsp; - $<FONT COLOR=#ff0000><%#Container.DataItem("price")%></FONT>
</ItemTemplate>

<FooterTemplate>
&copy; Hege Refsnes
</FooterTemplate>

</asp:DataList>
</form>

</body>
</html>
运行结果