You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
740 B

<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="CheckOut.aspx.cs" Inherits="CheckOut" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
<table>
<tr>
<td style="width: 100px">
<asp:Label ID="lbName" runat="server" Text="姓名"></asp:Label>&nbsp;
</td>
<td style="width: 100px">
<asp:Label ID="lbMoney" runat="server" Text="余额"></asp:Label></td>
<td style="width: 100px">
</td>
</tr>
</table>
<hr style="color: red" />
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" CellPadding="4"