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

📄 employeeimf.aspx

📁 很好的啊!中小型企业用的
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="EmployeeImf.aspx.cs" Inherits="renshi_EmployeeImf" %>

<!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 />
        &nbsp;</div>
                   <table style="height: 400px; vertical-align: lefttop; 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" AutoGenerateColumns="False" CellPadding="4"
                            Font-Size="9pt" ForeColor="#6699cc" GridLines="None" Style="position: relative; background-color: #6699cc;" DataKeyNames="Userid" OnRowDeleting="GridView1_RowDeleting" Width="381px">
                            <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:CommandField HeaderText="删除员工" ShowDeleteButton="True" />
                                <asp:HyperLinkField DataNavigateUrlFields="Userid" DataNavigateUrlFormatString="Info.aspx?Userid={0}"
                                    HeaderText="详细信息" Text="详细信息">
                                    <ControlStyle Font-Underline="False" ForeColor="Black" />
                                </asp:HyperLinkField>
                            </Columns>
                            <RowStyle BackColor="#6699cc" ForeColor="#333333" />
                            <SelectedRowStyle BackColor="#6699cc" Font-Bold="True" ForeColor="Navy" />
                            <PagerStyle BackColor="#6699cc" ForeColor="#333333" HorizontalAlign="Center" />
                            <HeaderStyle BackColor="#6699cc" Font-Bold="True" ForeColor="White" />
                            <AlternatingRowStyle BackColor="White" />
                        </asp:GridView>
                    </td>
                </tr>
                <tr>
                </tr>
            </table> 
    </form>
</body>
</html>

⌨️ 快捷键说明

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