VerySource

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
12
返回列表 发新帖
楼主: ethancj

问DataList绑定页眉的问题

[复制链接]

0

主题

1

帖子

2.00

积分

新手上路

Rank: 1

积分
2.00
发表于 2020-8-19 06:30:02 | 显示全部楼层
<asp:datalist id="DataList1" runat="server" Width="100%" Height="25px">
                                                                                                                                        <HeaderTemplate>
                                                                                                                                                <TABLE width="100%" border="0" cellSpacing="0" cellPadding="1">
                                                                                                                                                        <TR>
                                                                                                                                                                <TD width="27%">
                                                                                                                                                                        <asp:Label id="Label5" runat="server">品牌</asp:Label></TD>
                                                                                                                                                                <TD width="36%">
                                                                                                                                                                        <asp:Label id="Label6" runat="server">产品名称</asp:Label></TD>
                                                                                                                                                                <TD width="14%">
                                                                                                                                                                        <asp:Label id="Label7" runat="server">价格</asp:Label></TD>
                                                                                                                                                                <TD width="13%">
                                                                                                                                                                        <asp:Label id="Label8" runat="server">价格单位</asp:Label></TD>
                                                                                                                                                                <TD width="10%">
                                                                                                                                                                        <asp:Label id="Label9" runat="server">人气</asp:Label></TD>
                                                                                                                                                        </TR>
                                                                                                                                                </TABLE>
                                                                                                                                        </HeaderTemplate>
                                                                                                                                        <ItemTemplate>
                                                                                                                                                <TABLE cellSpacing="0" cellPadding="1" width="100%" border="0">
                                                                                                                                                        <TR>
                                                                                                                                                                <TD width="27%">
                                                                                                                                                                        <asp:Label id="Label10" runat="server"></asp:Label></TD>
                                                                                                                                                                <TD width="36%">
                                                                                                                                                                        <asp:HyperLink id="HyperLink1" runat="server"></asp:HyperLink></TD>
                                                                                                                                                                <TD width="14%">
                                                                                                                                                                        <asp:Label id="Label12" runat="server"></asp:Label></TD>
                                                                                                                                                                <TD width="13%">
                                                                                                                                                                        <asp:Label id="Label13" runat="server"></asp:Label></TD>
                                                                                                                                                                <TD width="10%">
                                                                                                                                                                        <asp:Label id="Label14" runat="server"></asp:Label></TD>
                                                                                                                                                        </TR>
                                                                                                                                                </TABLE>
                                                                                                                                        </ItemTemplate>
                                                                                                                                </asp:datalist>
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

快速回复 返回顶部 返回列表