📄 mamngerverfy.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="MamngerVerfy.aspx.cs" Inherits="renshi_MamngerVerfy" %>
<!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="text-align: center; ">
<form id="form1" runat="server">
<div style="text-align: center">
<br />
<br />
<br />
<br />
</div>
<table style="height: 400px; text-align: center; border-right: #afafaf 1px solid; border-top: #afafaf 1px solid; border-left: #afafaf 1px solid; border-bottom: #afafaf 1px solid; width: 591px;" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3" rowspan="2" style="height: 350px; width: 600px; vertical-align: middle; text-align: center;">
<asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False"
CellPadding="4" Font-Size="9pt" ForeColor="#333333" GridLines="None" OnPageIndexChanging="GridView1_PageIndexChanging" OnRowDeleting="GridView1_RowDeleting"
OnRowDataBound="GridView1_RowDataBound" OnSelectedIndexChanging="GridView1_SelectedIndexChanging"
Style="position: relative; background-color: #6699cc;" Width="448px" DataKeyNames="Userid" OnRowCommand="GridView1_RowUpdating" Height="358px" >
<FooterStyle BackColor="#6699CC" Font-Bold="True" ForeColor="White" />
<Columns>
<asp:BoundField DataField="Userid" HeaderText="员工编号" />
<asp:BoundField DataField="name" HeaderText="员工姓名" />
<asp:BoundField DataField="DepartId" HeaderText="所属部门" />
<asp:BoundField DataField="UserState" HeaderText="没审核" />
<asp:CommandField HeaderText="删除注册" ShowDeleteButton="True" />
<asp:ButtonField CommandName="GridView1_RowUpdating" HeaderText="审批" Text="审批合格" ButtonType="Button" />
</Columns>
<RowStyle BackColor="#6699CC" ForeColor="#333333" />
<SelectedRowStyle BackColor="#6699CC" Font-Bold="True" ForeColor="Navy" />
<PagerStyle BackColor="#699CC6" ForeColor="#333333" HorizontalAlign="Right" />
<HeaderStyle BackColor="#6699CC" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" />
</asp:GridView>
<asp:Label ID="Label1" runat="server" Style="left: -23px; position: relative; top: -1px"
Width="142px"></asp:Label>
</td>
</tr>
<tr>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -