chongqian.aspx

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

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

<!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>
    <form id="form1" runat="server">
    <div style="background-color: #ffffcc">
        <div>
            <table align="center" width="100%">
                <tr>
                    <td colspan="3" style="height: 20px">
                        <asp:Label ID="Label5" 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="Label2" runat="server" ForeColor="Red" Style="font-weight: bold" Text="银行卡充值"></asp:Label></td>
                </tr>
                <tr align="center" style="font-weight: bold; color: #000000">
                    <td align="left" colspan="3" style="height: 20px">
                        <asp:Label ID="Label3" runat="server" ForeColor="Red" Style="font-weight: bold" Text="卡号:"></asp:Label>
                        <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td>
                </tr>
                <tr align="center" style="font-weight: bold; color: #000000">
                    <td align="left" colspan="3" style="height: 20px">
                        <asp:Label ID="Label1" runat="server" ForeColor="Red" Style="font-weight: bold" Text="密码:"></asp:Label>
                        <asp:TextBox ID="TextBox2" runat="server" TextMode="Password"></asp:TextBox></td>
                </tr>
                <tr align="center" style="font-weight: bold; color: #000000">
                    <td align="left" colspan="3" style="height: 20px">
                        <asp:Label ID="Label4" runat="server" ForeColor="Red" Style="font-weight: bold" Text="所充金额:"></asp:Label>
                        <asp:TextBox ID="TextBox3" runat="server"></asp:TextBox></td>
                </tr>
                <tr align="center" style="font-weight: bold; color: #000000">
                    <td align="left" colspan="3" style="height: 20px">
                        &nbsp; &nbsp; &nbsp; &nbsp;
                        <asp:Button ID="Button2" runat="server" ForeColor="Red" Height="25px" OnClick="Button2_Click"
                            Style="font-weight: bold" Text="现在充值" Width="100px" /></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;
                    </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;
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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