?? search_employee.aspx
字號(hào):
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Search_employee.aspx.cs" Inherits="WebFiles_Employee_Search_employee" %>
<%@ Register Src="../../UserControl/Left_Navlist.ascx" TagName="Left_Navlist" TagPrefix="uc3" %>
<%@ Register Src="../../UserControl/Header.ascx" TagName="Header" TagPrefix="uc1" %>
<!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 rel=Stylesheet type="text/css" href="../../CSS/Mispersonal.css" />
</head>
<body>
<form id="form1" runat="server">
<div>
<uc1:Header ID="Header1" runat="server" />
</div>
<br />
<div style="z-index: 101; left: 202px; width: 788px; position: absolute; top: 226px;
height: 149px">
<table align=center cellpadding=0 cellspacing=0 style="width: 786px; height: 110px">
<tr>
<td colspan="4" bgcolor="#66c2de" style="height: 22px" align=center>
員工信息搜索</td>
</tr>
<tr>
<td style="width: 174px; height: 20px;" align=center>
選擇搜索字段名:</td>
<td style="width: 58px; height: 20px;" align=center>
<asp:DropDownList ID="role" runat="server">
<asp:ListItem>員工編號(hào)</asp:ListItem>
<asp:ListItem>員工姓名</asp:ListItem>
</asp:DropDownList></td>
<td style="width: 58px; height: 20px;" align=center>
<asp:TextBox ID="TxtContent" runat="server"></asp:TextBox></td>
<td style="width: 100px; height: 20px;" align=center>
<asp:Button ID="btn_search" runat="server" Text="搜索" OnClick="btn_search_Click" /></td>
</tr>
<tr>
<td colspan="4" style="height: 20px" align=center>
<br />
<asp:GridView ID="List_employee" runat="server" Height="28px" Width="768px" CellPadding="4" ForeColor="#333333" GridLines="None">
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<RowStyle BackColor="#EFF3FB" />
<EditRowStyle BackColor="#2461BF" />
<SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
<PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" />
</asp:GridView>
</td>
</tr>
</table>
</div>
<uc3:Left_Navlist ID="Left_Navlist1" runat="server" />
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -