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

📄 delmoreuserinfo.aspx

📁 该服务平台解决了计算机网络与移动网络之间信息交换问题
💻 ASPX
字号:
<%@ page language="C#" autoeventwireup="true" inherits="DelSomePeople, App_Web_qd6igbzv" %>

<!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>
        <div>
            <table bgcolor="#f0f8e0" style="width: 773px; height: 412px">
                <tr>
                    <td style="width: 100px; height: 12px; background-color: #c2da90">
                    </td>
                </tr>
                <tr>
                    <td style="width: 100px; height: 248px" valign="top">
                        <table style="width: 717px">
                            <tr>
                                <td style="width: 173px; height: 450px" valign="top">
                                    &nbsp;
                                    <table style="width: 711px">
                                        <tr>
                                            <td bgcolor="#f0f8e0" style="width: 100px; height: 300px" valign="top">
                                                <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False"
                                                    BackColor="#F0F8E0" DataKeyNames="UserID" Height="273px" OnPageIndexChanging="GridView1_PageIndexChanging"
                                                    PageSize="13" Width="713px">
                                                    <Columns>
                                                        <asp:TemplateField HeaderText="选择">
                                                            <ControlStyle BackColor="#F0F8E0" ForeColor="#7C9A52" />
                                                            <ItemStyle BackColor="#F0F8E0" Font-Size="10pt" HorizontalAlign="Center" />
                                                            <HeaderStyle Font-Size="10pt" />
                                                            <ItemTemplate>
                                                                <asp:CheckBox ID="chk" runat="server" AutoPostBack="false" Checked="false" />
                                                            </ItemTemplate>
                                                        </asp:TemplateField>
                                                        <asp:BoundField DataField="UserID" HeaderText="编号" InsertVisible="False" ReadOnly="True"
                                                            SortExpression="PK_ID">
                                                            <ItemStyle BackColor="#F0F8E0" />
                                                        </asp:BoundField>
                                                        <asp:BoundField DataField="AreaID" HeaderText="地市">
                                                            <ItemStyle BackColor="#F0F8E0" />
                                                        </asp:BoundField>
                                                        <asp:BoundField DataField="CountyID" HeaderText="区县">
                                                            <ItemStyle BackColor="#F0F8E0" />
                                                        </asp:BoundField>
                                                        <asp:BoundField DataField="VillageID" HeaderText="乡镇" SortExpression="GradeName">
                                                            <ItemStyle BackColor="#F0F8E0" />
                                                        </asp:BoundField>
                                                        <asp:BoundField DataField="Name" HeaderText="姓名" SortExpression="Name">
                                                            <ItemStyle BackColor="#F0F8E0" />
                                                        </asp:BoundField>
                                                        <asp:BoundField DataField="Sex" HeaderText="性别" SortExpression="Sex">
                                                            <ItemStyle BackColor="#F0F8E0" />
                                                        </asp:BoundField>
                                                        <asp:BoundField DataField="Birthday" HeaderText="出生日期" SortExpression="Birthday">
                                                            <ItemStyle BackColor="#F0F8E0" />
                                                        </asp:BoundField>
                                                    </Columns>
                                                </asp:GridView>
                                                &nbsp;
                                            </td>
                                        </tr>
                                    </table>
                                    <table style="width: 775px">
                                        <tr>
                                            
                                            <td style="width: 775px; height: 60px" valign="bottom" align="right">
                                                &nbsp; &nbsp;&nbsp;
                                                <asp:Button ID="btnDelete" runat="server" Font-Size="10pt" Height="21px" OnClick="btnDelete_Click"
                                                    Text="删除" /></td>
                                        </tr>
                                    </table>
                                </td>
                            </tr>
                        </table>
                    </td>
                </tr>
            </table>
        </div>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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