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

📄 webusercontrol.ascx

📁 完成一个网上书店系统
💻 ASCX
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="WebUserControl.ascx.cs" Inherits="WebUserControl" %>
<style type="text/css">
    .style1
    {
        height: 23px;
    }
    .style6
    {
        width: 8%;
    }
    .style7
    {
        height: 23px;
        width: 8%;
    }
    .style8
    {
        width: 58%;
    }
    .style9
    {
        height: 23px;
        width: 58%;
    }
    .style10
    {
        width: 7%;
    }
    .style11
    {
        width: 7%;
        height: 20px;
    }
    .style12
    {
        width: 58%;
        height: 20px;
    }
    .style15
    {
        width: 8%;
        height: 20px;
    }
    .style16
    {
        height: 20px;
    }
    .style17
    {
        width: 58%;
        height: 17px;
    }
    .style20
    {
        width: 8%;
        height: 17px;
    }
    .style21
    {
        height: 17px;
    }
.STYLE22 {
	height: 20px;
	font-style: italic;
	font-weight: bold;
}
</style>
<table style="width:100%;" background="image/titled.gif">
    <tr>
        <td width="142" rowspan="4" class="style10">
            <IMG 
            src="image/logo.gif" style="height: 86px; width: 142px"></td>
        <td width="587" class="style8" rowspan="4">
            <IMG 
            src="image/dzd.jpg" style="width: 545px; height: 79px; margin-bottom: 7px"></td>
        <td width="77" class="style6">&nbsp;      </td>
        <td width="77" class="style6">&nbsp;      </td>
      <td width="83">&nbsp;      </td>
      <td width="29">&nbsp;      </td>
    </tr>
    <tr>
        <td class="style7"><div align="center"><strong><a href="login.aspx">会员登录</a>|</strong>        </div></td>
        <td class="style7"><div align="center"><strong><a href="register.aspx">注册</a>|</strong></div></td>
    <td colspan="2" class="style1"><div align="center"><img src="image/cat.gif"><strong><a href="shopcart.aspx">购物车</a> </strong></div>        </td>
    </tr>
    <tr>
        <td class="style6"><div align="center"><strong><a href="Default2.aspx">用户管理</a>|            </strong></div></td>
        <td class="style6"><div align="center"><strong><a href="Order_List.aspx">查看订单</a>| </strong></div></td>
        <td><div align="center"><strong><a href="loginout.aspx">注销            </a></strong></div></td>
        <td>&nbsp;            </td>
    </tr>
	<tr>
	  <td class="style20"></td>
	  <td class="style20"></td>
	  <td class="style21"></td>
	  <td class="style21"></td>
  </tr>
	<tr>
        <td height="59" class="style11">&nbsp;            </td>
        <td class="style12">
            <asp:Label ID="Label1" runat="server" Text="用户名:"></asp:Label>
            <asp:TextBox ID="TextBox1" runat="server" Width="82px"></asp:TextBox>
            <asp:Label ID="Label3" runat="server" Text="密码:"></asp:Label>
            <asp:TextBox ID="TextBox2" runat="server" Width="77px" TextMode="Password"></asp:TextBox>
            <asp:Button ID="Button1" runat="server" Text="登录" onclick="Button1_Click" 
                CausesValidation="False" />&nbsp; &nbsp; 
            <asp:Button ID="Button2" runat="server" Text="注册" onclick="Button2_Click" 
                PostBackUrl="~/register.aspx" CausesValidation="False" />                      <div align="center"></div></td>
        <td class="style15"><div align="center"><strong><em><a href="favorite.aspx">店长推荐</a>|</em></strong></div></td>
        <td class="style15"><div align="center"><strong><em><a href="favorite.aspx">特价</a>|</em></strong></div></td>
        <td class="style16"><div align="center"><strong><em><span class="STYLE22"><a href="favorite.aspx">畅销</a></span>|</em></strong></div></td>
        <td class="STYLE22">&nbsp;</td>
    </tr>
</table>

⌨️ 快捷键说明

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