⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bindcard.ascx

📁 完成一个网上书店系统
💻 ASCX
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="BindCard.ascx.cs" Inherits="BindCard" %>
<style type="text/css">
    .style1
    {
        width: 7px;
    }
    .style2
    {
        width: 160px;
    }
</style>
<asp:DataList ID="DataList1" runat="server" Height="122px" Width="104px">
    <ItemTemplate>
        <table style="width:100%;">
            <tr>
                
                <td class="style2" align=center>
                    <asp:HyperLink ID="HyperLink1" runat="server" 
                        NavigateUrl='<%# Eval("CatID","listbook.aspx?CatID={0}") %>' 
                        Text='<%# Eval("CatName") %>'></asp:HyperLink>
                </td>
                
            </tr>
        </table>
    </ItemTemplate>
</asp:DataList>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -