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

📄 qianbao.aspx

📁 Asp.net购物车示例源码[VS2005] 可以实现购物车基本功能:在线购物、在线结算、在线充值、在线支付(未完成) 有用户注册功能 默认用户密码51aspx 数据库文件在App
💻 ASPX
字号:
<%@ 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -