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

📄 headermenu.ascx

📁 精通SQL Server2005项目开发
💻 ASCX
字号:
<%@ Control Language="c#" Inherits="MyBookShop.UserControls.HeaderMenu" CodeFile="HeaderMenu.ascx.cs" %>
    <table id="Table1" cellspacing="1" cellpadding="1" width="100%" border="0">
        <tr>
            <td>
                <img src="Images/logo.JPG"/ alt="logo" /></td>
            <td valign="baseline">
                <asp:Label ID="LabelHello" runat="server"></asp:Label><br/>
                <asp:LinkButton ID="LinkButtonLogin" runat="server" OnClick="LinkButtonLogin_Click"></asp:LinkButton>§<a
                    href="BookAdd.aspx">添加图书</a>§<a href="BookList.aspx">浏览图书</a>§<a href="BookStatistics.aspx">图书统计</a>§<a
                        href="CartView.aspx">我的购物篮</a>
            </td>
        </tr>
        <tr>
            <td colspan="2">
            </td>
        </tr>
    </table>

⌨️ 快捷键说明

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