qianbao.aspx

来自「Asp.net购物车示例源码[VS2005] 可以实现购物车基本功能:在」· ASPX 代码 · 共 74 行

ASPX
74
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="qianbao.aspx.cs" Inherits="qianbao" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>无标题页</title>
</head>
<body style="background-color: #ffffcc">
    <form id="form1" runat="server">
        <div>
            <div>
                <table align="center" width="100%">
                    <tr>
                        <td colspan="3" style="height: 20px">
                            <asp:Label ID="Label4" runat="server" ForeColor="Red" Style="font-weight: bold" Text="当前用户是:"></asp:Label>
                            <asp:Label ID="Label7" runat="server" ForeColor="Red" Height="20px" Style="font-weight: bold"
                                Width="100px"></asp:Label></td>
                    </tr>
                    <tr>
                        <td colspan="3" style="height: 20px">
                            <asp:Label ID="lbTitle" runat="server" Font-Bold="True" Font-Names="隶书" ForeColor="Red"
                                Text="您的钱包"></asp:Label><br />
                            <br />
                            <br />
                        </td>
                    </tr>
                    <tr align="center" style="font-weight: bold; color: #000000">
                        <td align="left" colspan="3" style="height: 20px">
                        </td>
                    </tr>
                    <tr align="center" style="font-weight: bold; color: #000000">
                        <td align="left" colspan="3" style="height: 20px">
                            <asp:Label ID="lbTotal2" runat="server" Font-Bold="True" Font-Names="隶书" ForeColor="Red"
                                Text="所需金额为:"></asp:Label>
                            &nbsp;
                            <asp:Label ID="Label3" runat="server" ForeColor="Red" Text="Label"></asp:Label>
                            &nbsp;<asp:Label ID="Label1" runat="server" Font-Bold="True" Font-Names="隶书" ForeColor="Red"
                                Text="钱包现有金额:"></asp:Label>&nbsp;
                            <asp:Label ID="Label2" runat="server" ForeColor="Red"></asp:Label></td>
                    </tr>
                    <tr align="center">
                        <td colspan="3" style="height: 21px">
                        </td>
                    </tr>
                    <tr align="center">
                        <td colspan="3" style="height: 21px">
                        </td>
                    </tr>
                    <tr align="center">
                        <td colspan="3" style="height: 21px">
                            <asp:Button ID="Button1" runat="server" ForeColor="Red" Height="25px" OnClick="Button1_Click"
                                Style="font-weight: bold" Text="结帐" Width="100px" />&nbsp;
                            <asp:Button ID="Button2" runat="server" ForeColor="Red" Height="25px" OnClick="Button2_Click"
                                Style="font-weight: bold" Text="给钱包充值" Width="100px" />
                            <asp:Button ID="Button3" runat="server" ForeColor="Red" Height="25px" OnClick="Button3_Click"
                                Style="font-weight: bold" Text="终止购物退出" Width="100px" /></td>
                    </tr>
                    <tr align="center">
                        <td colspan="3" style="height: 21px">
                        </td>
                    </tr>
                    <tr align="center">
                        <td colspan="3" style="height: 21px">
                        </td>
                    </tr>
                </table>
            </div>
            &nbsp;
        </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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