?? displayemployee.aspx
字號:
?<%@ Page Language="C#" CodePage="936" AutoEventWireup="true" EnableEventValidation="false" CodeFile="DisplayEmployee.aspx.cs" Inherits="WebFiles_Employee_DisplayEmployee" %>
<%@ Register Src="../../UserControl/Left_Navlist.ascx" TagName="Left_Navlist" TagPrefix="uc3" %>
<%@ Register Src="../../UserControl/Header.ascx" TagName="Header" TagPrefix="uc1" %>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title><%=(string)Session["E_Name"]+"的個人詳細資料" %></title>
<link rel="Stylesheet" type="text/css" href="../../CSS/Mispersonal.css" />
<script language="JavaScript" src="../../Js/Calendar30.js"></script>
</head>
<body>
<form id="form1" runat="server">
<div>
<uc1:Header ID="Header1" runat="server" />
</div>
<br />
<div style="z-index: 101; left: 227px; width: 1px; position: absolute; top: 225px;
height: 157px">
<table align="center" cellpadding="0" cellspacing="0" style="width: 554px">
<tr>
<td align="center" bgcolor="#66c2de" colspan="3" style="height: 26px">
員工詳細信息</td>
</tr>
<tr>
<td style="width: 257px; height: 35px">
員工編號:</td>
<td style="width: 5px; height: 35px">
<asp:TextBox ID="TxtID" runat="server" ReadOnly="True"></asp:TextBox></td>
<td style="width: 85px; height: 35px">
</td>
</tr>
<tr>
<td style="width: 257px; height: 35px">
員工姓名:</td>
<td style="width: 5px; height: 35px">
<asp:TextBox ID="TxtName" runat="server"></asp:TextBox></td>
<td style="width: 85px; height: 35px">
</td>
</tr>
<tr>
<td style="width: 257px; height: 35px">
員工性別:</td>
<td style="width: 5px; height: 35px">
<asp:DropDownList ID="Sex" runat="server">
<asp:ListItem Selected="True">男</asp:ListItem>
<asp:ListItem>女</asp:ListItem>
</asp:DropDownList></td>
<td style="width: 85px; height: 35px">
</td>
</tr>
<tr>
<td style="width: 257px; height: 35px">
出生年月:</td>
<td style="width: 5px; height: 35px">
<asp:TextBox ID="TxtBirth" runat="server"></asp:TextBox></td>
<td rowspan="4" style="width: 85px" >
<asp:Image ID="Pic" runat="server" Width="100px" Height="92px" /></td>
</tr>
<tr>
<td style="width: 257px; height: 35px">
聯系電話:</td>
<td style="width: 5px; height: 35px">
<asp:TextBox ID="TxtTel" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 257px; height: 35px">
聯系地址:</td>
<td style="width: 5px; height: 35px">
<asp:TextBox ID="TxtAddress" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 257px; height: 35px">
員工頭像:</td>
<td style="width: 5px; height: 35px">
<asp:DropDownList ID="picurl" runat="server">
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
<asp:ListItem>5</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr>
<td style="width: 257px; height: 35px">
所屬部門:</td>
<td style="width: 5px; height: 35px">
<asp:DropDownList ID="Agreer" runat="server">
</asp:DropDownList></td>
<td style="width: 85px; height: 35px">
</td>
</tr>
<tr>
<td style="width: 257px">
個人簡介:</td>
<td colspan="2" style="height: 35px">
<asp:TextBox ID="TxtIntro" runat="server" Columns="50" Rows="5" TextMode="MultiLine"></asp:TextBox></td>
</tr>
<tr>
<td colspan="3" style="height: 26px" align="center">
<asp:Label ID="lbMessage" runat="server" ForeColor="Red" Height="23px" Width="548px"></asp:Label></td>
</tr>
<tr>
<td colspan="3" style="height: 35px">
<asp:Button ID="btn_edit" runat="server" OnClick="btn_edit_Click" Text="更新" />
<asp:Button ID="btn_delete" runat="server" Text="刪除" OnClick="btn_delete_Click" /></td>
</tr>
</table>
</div>
<uc3:Left_Navlist ID="Left_Navlist1" runat="server" />
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -