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

📄 admin_dingdang.aspx

📁 游戏币交易下单系统 .有一定参考价值.希望大家多多支持
💻 ASPX
字号:
<%@ page language="C#" autoeventwireup="true" validaterequest="false" inherits="config, App_Web_wrtnq72q" %>

<%@ Register Src="chkadmin.ascx" TagName="chkadmin" TagPrefix="uc2" %>


<!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>
    <link href="images/metal/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <uc2:chkadmin id="Chkadmin1" runat="server"></uc2:chkadmin>
    <table width=85% cellspacing=0 cellpadding=0 align=center ID="Table16">
          <tr>
            <td class=mframe-t-left></td>
            <td class=mframe-t-mid><span class=mframe-t-text>会员管理</span></td>
          <td class=mframe-t-right></td>
           </tr>   
        </table>
        <table width=85% cellspacing=0 cellpadding=0 align=center ID="Table17">
           <tr>
              <td class=mframe-m-left style="height: 21px"></td>
              <td class=mframe-m-mid align=center style="height: 21px">
                  <br />
                  <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" Width="609px" AllowPaging="True" BackColor="White" BorderColor="White" BorderStyle="Ridge" BorderWidth="2px" CellPadding="3" CellSpacing="1" GridLines="None" OnPageIndexChanging="GridView1_PageIndexChanging" OnRowDataBound="GridView1_RowDataBound" OnRowDeleting="GridView1_RowDeleting" OnRowEditing="GridView1_RowEditing">
                      <Columns>
                          <asp:BoundField DataField="id" HeaderText="序号">
                              <ItemStyle Width="40px" />
                          </asp:BoundField>
                          <asp:BoundField DataField="dingdan" HeaderText="订单号">
                              <ItemStyle Width="80px" />
                          </asp:BoundField>
                          <asp:BoundField DataField="realname" HeaderText="银行户名">
                              <ItemStyle Width="80px" HorizontalAlign="Left" />
                          </asp:BoundField>
                          <asp:BoundField DataField="bankacno" HeaderText="银行帐号">
                              <ItemStyle Width="100px" />
                          </asp:BoundField>
                          <asp:BoundField DataField="gameac" HeaderText="游戏ID">
                              <ItemStyle Width="80px" />
                          </asp:BoundField>
                          <asp:BoundField DataField="dingdanzt" HeaderText="订单状态">
                              <ItemStyle Width="80px" />
                          </asp:BoundField>
                          <asp:TemplateField HeaderText="操作">
                              <ItemTemplate>
                                  <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl='<%# DataBinder.Eval(Container.DataItem, "id", "admin_editdingdang.aspx?id={0}") %>' Text="修改"></asp:HyperLink>
                              </ItemTemplate>
                              <ItemStyle Width="50px" />
                          </asp:TemplateField>
                            <asp:TemplateField ShowHeader="False">
                              <ItemStyle Width="80px" />
                              <ItemTemplate>
                                  <asp:LinkButton ID="LinkButton1" runat="server" CausesValidation="False"  CommandName="Delete"
                                      Text="删除"></asp:LinkButton>
                              </ItemTemplate>
                          </asp:TemplateField>
                      </Columns>
                      <PagerSettings FirstPageText="第一页" LastPageText="最后一页" Mode="NextPreviousFirstLast"
                          NextPageText="下一页" PreviousPageText="上一页" />
                      <FooterStyle BackColor="#C6C3C6" ForeColor="Black" />
                      <RowStyle BackColor="#DEDFDE" ForeColor="Black" />
                      <SelectedRowStyle BackColor="#9471DE" Font-Bold="True" ForeColor="White" />
                      <PagerStyle BackColor="#C6C3C6" ForeColor="Black" HorizontalAlign="Right" />
                      <HeaderStyle BackColor="#4A3C8C" Font-Bold="True" ForeColor="#E7E7FF" />
                  </asp:GridView>
                  <br />
    </td><td class=mframe-m-right style="height: 21px"></td>
             </tr>
        </table>
         <table width=85% cellspacing=0 cellpadding=0 align=center ID="Table24">
            <tr><td class=mframe-b-left></td>
                 <td class=mframe-b-mid>&nbsp;</td>
                 <td class=mframe-b-right></td>
            </tr>
        </table>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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