employee_edit.aspx
上传用户:xrffrp
上传日期:2022-03-25
资源大小:22155k
文件大小:40k
源码类别:

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="employee_edit.aspx.cs" Inherits="web_mail_employee_edit" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//Dasp:TableCell XHTML 1.0 asp:TableRowansitional//EN" "http://www.w3.org/asp:TableRow/xhtml1/Dasp:TableCell/xhtml1-asp:TableRowansitional.dasp:TableCell">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head id="Head1" runat="server">
  5.     <title>无标题页</title>
  6.     <link href="../../../css/style.css" rel="stylesheet" type="text/css" />
  7.     <script type="text/javascript" language="javascript">
  8.     function selectDepartment()
  9.     {
  10.         var url = "../department/department_select_tree.aspx";
  11.         var features = "width=400,height=500,top=200,left=250,location=no,toolbar=no,status=no,resizable=yes,scrollbars=yes";
  12.         var selectDepartment = open(url, 'selectDepartment', features);
  13.         selectDepartment.focus();
  14.     }
  15.     function setDepartment(deptId, deptName)
  16.     {
  17.         document.all.TxtDepartment.value=deptName;
  18.         document.all.DepartmentId.value=deptId;
  19.     }
  20.     function changeEmpNo()
  21.     {
  22.         document.all.TxtLoginName.value = document.all.TxtNo.value;
  23.         document.all.TxtPassword.value = document.all.TxtNo.value;
  24.     }
  25.     </script>
  26. </head>
  27. <body>
  28.     <form id="form1" runat="server">
  29.     <div>
  30.     <center><br />
  31.         <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:oaConnection %>"
  32.                         SelectCommand="select id, name from OA_EMPLOYEE_POSITION order by sequence desc&#13;&#10;">
  33.                     </asp:SqlDataSource>
  34.                 <asp:SqlDataSource ID="SqlDataSource2" runat="server" ConnectionString="<%$ ConnectionStrings:oaConnection %>"
  35.                         SelectCommand="select id, name from OA_USER_GROUP_MAIN"></asp:SqlDataSource>
  36.         <asp:Label BorderStyle="None" ID="LblTitle" runat="server" Text="員工履歷表" Font-Bold="true" Font-Size="Medium"></asp:Label><br /><br />
  37.         <asp:Table id="Tbl1" runat="Server" Width="820px">
  38.             <asp:TableRow runat="server">
  39.                 <asp:TableCell BorderWidth="1px" ColumnSpan="6" HorizontalAlign="Left" runat="server">
  40.                     <asp:Label BorderStyle="None" ID="LblDepartment" runat="server" Text="隆成集團流通事業群" Font-Size="Small"></asp:Label>
  41.                     <asp:TextBox ID="TxtDepartment" runat="server" Enabled="False"></asp:TextBox>
  42.                     <asp:HiddenField ID="DepartmentId" runat="server" />
  43.                     <input type="button" value="選擇部門" onclick="selectDepartment()" />
  44.                     </asp:TableCell>
  45.                 <asp:TableCell ID="TableCell9" BorderWidth="1px" ColumnSpan="2" HorizontalAlign="Left" Text="是否为主管" runat="server">
  46.                   <asp:DropDownList ID="Ddlmanger" runat="server">
  47.                         <asp:ListItem Value="1">是</asp:ListItem>
  48.                         <asp:ListItem Value="2"  Selected>否</asp:ListItem>                        
  49.                     </asp:DropDownList>
  50.                     </asp:TableCell>
  51.             </asp:TableRow>   
  52.             <asp:TableRow runat="server">
  53.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Center" runat="server">
  54.                     <asp:Label BorderStyle="None" ID="LblName" runat="server" Text="姓名"></asp:Label>
  55.                 </asp:TableCell>
  56.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
  57.                     <asp:TextBox ID="TxtName" runat="server" Width="90px"></asp:TextBox>&nbsp;
  58.                 </asp:TableCell>
  59.                 <asp:TableCell BorderWidth="1px" runat="server">
  60.                     <asp:Label BorderStyle="None" ID="LblPosition" runat="server" Text="職位"></asp:Label>
  61.                 </asp:TableCell>
  62.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
  63.                     <asp:DropDownList ID="DdlPosition" runat="server" DataSourceID="SqlDataSource1" DataTextField="name" DataValueField="id">
  64.                     </asp:DropDownList>
  65.                 </asp:TableCell>
  66.                 <asp:TableCell BorderWidth="1px" runat="server">
  67.                     <asp:Label BorderStyle="None" ID="LblActiveDate" runat="server" Style="position: relative" Text="入職日期"></asp:Label></asp:TableCell>
  68.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
  69.                     <asp:TextBox ID="TxtActiveDate" runat="server" Style="position: relative" Width="70px"></asp:TextBox>
  70.                     <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/images/calbtn.gif"
  71.                         Style="position: relative" OnClick="ImageButton1_Click" />
  72.                     <asp:Calendar ID="Calendar1" runat="server" BackColor="White" BorderColor="#999999"
  73.                         CellPadding="4" DayNameFormat="Shortest" Font-Names="Verdana" Font-Size="8pt"
  74.                         ForeColor="Black" Height="180px" OnSelectionChanged="Calendar1_SelectionChanged"
  75.                         Style="position: relative" Visible="False" Width="200px">
  76.                         <SelectedDayStyle BackColor="#666666" Font-Bold="True" ForeColor="White" />
  77.                         <SelectorStyle BackColor="#CCCCCC" />
  78.                         <WeekendDayStyle BackColor="#FFFFCC" />
  79.                         <TodayDayStyle BackColor="#CCCCCC" ForeColor="Black" />
  80.                         <OtherMonthDayStyle ForeColor="Gray" />
  81.                         <NextPrevStyle VerticalAlign="Bottom" />
  82.                         <DayHeaderStyle BackColor="#CCCCCC" Font-Bold="True" Font-Size="7pt" />
  83.                         <TitleStyle BackColor="#999999" BorderColor="Black" Font-Bold="True" />
  84.                     </asp:Calendar>
  85.                 </asp:TableCell>
  86.                 <asp:TableCell BorderWidth="1px" runat="server">
  87.                     <asp:Label BorderStyle="None" ID="LblDimissionDate" runat="server" Style="position: relative" Text="離職日期"></asp:Label></asp:TableCell>
  88.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
  89.                     <asp:TextBox ID="TxtDimissionDate" runat="server" Style="position: relative" Width="70px"></asp:TextBox>
  90.                     <asp:ImageButton ID="ImageButton2" runat="server" ImageUrl="~/images/calbtn.gif"
  91.                         Style="position: relative" OnClick="ImageButton2_Click" />
  92.                     <asp:Calendar ID="Calendar2" runat="server" BackColor="White" BorderColor="#999999"
  93.                         CellPadding="4" DayNameFormat="Shortest" Font-Names="Verdana" Font-Size="8pt"
  94.                         ForeColor="Black" Height="180px" OnSelectionChanged="Calendar2_SelectionChanged"
  95.                         Style="position: relative" Visible="False" Width="200px">
  96.                         <SelectedDayStyle BackColor="#666666" Font-Bold="True" ForeColor="White" />
  97.                         <SelectorStyle BackColor="#CCCCCC" />
  98.                         <WeekendDayStyle BackColor="#FFFFCC" />
  99.                         <TodayDayStyle BackColor="#CCCCCC" ForeColor="Black" />
  100.                         <OtherMonthDayStyle ForeColor="Gray" />
  101.                         <NextPrevStyle VerticalAlign="Bottom" />
  102.                         <DayHeaderStyle BackColor="#CCCCCC" Font-Bold="True" Font-Size="7pt" />
  103.                         <TitleStyle BackColor="#999999" BorderColor="Black" Font-Bold="True" />
  104.                     </asp:Calendar>
  105.                 </asp:TableCell>
  106.             </asp:TableRow>
  107.             <asp:TableRow runat="server">
  108.                 <asp:TableCell BorderWidth="1px"  HorizontalAlign="Center" runat="server">
  109.                     <asp:Label BorderStyle="None" ID="LblNo" runat="server" Text="工號"></asp:Label>
  110.                 </asp:TableCell>
  111.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
  112.                     <asp:TextBox ID="TxtNo" runat="server" Width="90px"></asp:TextBox>
  113.                 </asp:TableCell>
  114.                 <asp:TableCell BorderWidth="1px" runat="server">
  115.                     <asp:Label BorderStyle="None" ID="LblLoginName" runat="server" Text="登録名"></asp:Label>
  116.                 </asp:TableCell>
  117.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
  118.                     <asp:TextBox ID="TxtLoginName" runat="server" Width="90px"></asp:TextBox>
  119.                 </asp:TableCell>
  120.                 <asp:TableCell BorderWidth="1px" runat="server">
  121.                     <asp:Label BorderStyle="None" ID="LblPwd" runat="server" Style="position: relative" Text="密碼"></asp:Label></asp:TableCell>
  122.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
  123.                     <asp:TextBox ID="TxtPassword" runat="server" Width="90px"></asp:TextBox></asp:TableCell>
  124.                 <asp:TableCell BorderWidth="1px" runat="server">
  125.                     <asp:Label BorderStyle="None" ID="LblGroup" runat="server" Style="position: relative" Text="OA權限"></asp:Label></asp:TableCell>
  126.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
  127.                     <asp:DropDownList ID="DdlGroup" runat="server" DataSourceID="SqlDataSource2" DataTextField="name" DataValueField="id">
  128.                     </asp:DropDownList>
  129.                 </asp:TableCell>
  130.             </asp:TableRow>
  131.             <asp:TableRow runat="server">
  132.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Center" runat="server">
  133.                     <asp:Label BorderStyle="None" ID="LblSex" runat="server" Text="性别"></asp:Label>
  134.                 </asp:TableCell>
  135.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
  136.                     <asp:DropDownList ID="DdlSex" runat="server">
  137.                         <asp:ListItem Value="M">男</asp:ListItem>
  138.                         <asp:ListItem Value="F">女</asp:ListItem>
  139.                     </asp:DropDownList>
  140.                 </asp:TableCell>
  141.                 <asp:TableCell BorderWidth="1px" runat="server">
  142.                     <asp:Label BorderStyle="None" ID="LblBirthDate" runat="server" Text="出生日期"></asp:Label>
  143.                 </asp:TableCell>
  144.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
  145.                     <asp:TextBox ID="TxtBirthDate" runat="server" Width="90px"></asp:TextBox>
  146.                 </asp:TableCell>
  147.                 <asp:TableCell BorderWidth="1px" runat="server">
  148.                     <asp:Label BorderStyle="None" ID="LblNation" runat="server" Style="position: relative" Text="民族"></asp:Label></asp:TableCell>
  149.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
  150.                     <asp:TextBox ID="TxtNation" runat="server" Style="position: relative" Width="90px"></asp:TextBox></asp:TableCell>
  151.                 <asp:TableCell BorderWidth="1px" runat="server">
  152.                     <asp:Label BorderStyle="None" ID="LblMarriage" runat="server" Style="position: relative" Text="婚否"></asp:Label></asp:TableCell>
  153.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
  154.                     <asp:DropDownList ID="DdlMarriage" runat="server">
  155.                         <asp:ListItem Value="1">未婚</asp:ListItem>
  156.                         <asp:ListItem Value="2">已婚</asp:ListItem>
  157.                         <asp:ListItem Value="3">離異</asp:ListItem>
  158.                     </asp:DropDownList></asp:TableCell>
  159.             </asp:TableRow>
  160.             <asp:TableRow runat="server">
  161.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Center" runat="server">
  162.                     <asp:Label BorderStyle="None" ID="LblIdCard" runat="server" Style="position: relative" Text="身份證號"></asp:Label></asp:TableCell>
  163.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
  164.                     <asp:TextBox ID="TxtIdCard" runat="server" Style="position: relative" Width="125px"></asp:TextBox></asp:TableCell>
  165.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Center" runat="server">
  166.                     <asp:Label BorderStyle="None" ID="LblIdCardExpire" runat="server" Style="position: relative" Text="身份證到期日"></asp:Label></asp:TableCell>
  167.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" style="width: 90px" runat="server">
  168.                     <asp:TextBox ID="TxtIdCardExpire" runat="server" Style="position: relative" Width="90px"></asp:TextBox></asp:TableCell>
  169.                 <asp:TableCell BorderWidth="1px" runat="server">
  170.                     <asp:Label BorderStyle="None" ID="LblNative" runat="server" Style="position: relative" Text="籍貫"></asp:Label></asp:TableCell>
  171.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
  172.                     <asp:TextBox ID="TxtNative" runat="server" Style="position: relative" Width="90px"></asp:TextBox></asp:TableCell>
  173.                 <asp:TableCell BorderWidth="1px" runat="server">
  174.                     <asp:Label BorderStyle="None" ID="LblStature" runat="server" Style="position: relative" Text="身高"></asp:Label></asp:TableCell>
  175.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
  176.                     <asp:TextBox ID="TxtStature" runat="server" Style="position: relative" Width="90px"></asp:TextBox></asp:TableCell>
  177.             </asp:TableRow>
  178.             <asp:TableRow runat="server">
  179.                 <asp:TableCell BorderWidth="1px" runat="server">
  180.                     <asp:Label BorderStyle="None" ID="LblTel" runat="server" Style="position: relative" Text="手機"></asp:Label></asp:TableCell>
  181.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
  182.                     <asp:TextBox ID="TxtTel" runat="server" Style="position: relative" Width="125px"></asp:TextBox></asp:TableCell>
  183.                 <asp:TableCell BorderWidth="1px" runat="server">
  184.                     <asp:Label BorderStyle="None" ID="LblSmartPhone" runat="server" Style="position: relative" Text="小靈通"></asp:Label></asp:TableCell>
  185.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
  186.                     <asp:TextBox ID="TxtSmartPhone" runat="server" Style="position: relative" Width="90px"></asp:TextBox></asp:TableCell>
  187.                 <asp:TableCell BorderWidth="1px" runat="server">
  188.                     <asp:Label BorderStyle="None" ID="LblTelExtension" runat="server" Style="position: relative" Text="辦公室分機"></asp:Label></asp:TableCell>
  189.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
  190.                     <asp:TextBox ID="TxtTelExtension" runat="server" Style="position: relative" Width="90px"></asp:TextBox></asp:TableCell>                    
  191.                 <asp:TableCell ID="TableCell7" BorderWidth="1px" HorizontalAlign="Center" runat="server">
  192.                     <asp:Label ID="Label7" runat="server" Style="position: relative" BorderStyle="None" Text="上班地點"></asp:Label></asp:TableCell>
  193.                 <asp:TableCell ID="TableCell8" BorderWidth="1px" HorizontalAlign="Left" runat="server">
  194.                     <asp:TextBox ID="TxtWorkPlace" runat="server" Style="position: relative" Width="100px"></asp:TextBox>
  195.                 </asp:TableCell>
  196.             </asp:TableRow>
  197.             <asp:TableRow runat="server">
  198.                 <asp:TableCell BorderWidth="1px" runat="server">
  199.                     <asp:Label BorderStyle="None" ID="LblLinkman" runat="server" Style="position: relative" Text="緊急联络人"></asp:Label></asp:TableCell>
  200.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
  201.                     <asp:TextBox ID="TxtLinkman" runat="server" Style="position: relative" Width="90px"></asp:TextBox></asp:TableCell>
  202.                 <asp:TableCell ID="TableCell1" BorderWidth="1px" runat="server">
  203.                     <asp:Label BorderStyle="None" ID="Label6" runat="server" Style="position: relative" Text="緊急联络人電話"></asp:Label></asp:TableCell>
  204.                 <asp:TableCell ID="TableCell2" BorderWidth="1px" HorizontalAlign="Left" runat="server">
  205.                     <asp:TextBox ID="TxtLinkmanTel" runat="server" Style="position: relative" Width="90px"></asp:TextBox></asp:TableCell>
  206.                 <asp:TableCell ID="TableCell3" BorderWidth="1px" HorizontalAlign="Center" runat="server">
  207.                     <asp:Label ID="LblWorkCardNo1" runat="server" Style="position: relative" BorderStyle="None" Text="工牌編號1"></asp:Label></asp:TableCell>
  208.                 <asp:TableCell ID="TableCell4" BorderWidth="1px" HorizontalAlign="Left" runat="server">
  209.                     <asp:TextBox ID="TxtWorkCardNo1" runat="server" Style="position: relative" Width="100px"></asp:TextBox>
  210.                 </asp:TableCell>
  211.                 <asp:TableCell ID="TableCell5" BorderWidth="1px" HorizontalAlign="Center" runat="server">
  212.                     <asp:Label ID="LblWorkCardNo2" runat="server" Style="position: relative" BorderStyle="None" Text="工牌編號2"></asp:Label></asp:TableCell>
  213.                 <asp:TableCell ID="TableCell6" BorderWidth="1px" HorizontalAlign="Left" runat="server">
  214.                     <asp:TextBox ID="TxtWorkCardNo2" runat="server" Style="position: relative" Width="100px"></asp:TextBox>
  215.                 </asp:TableCell>
  216.             </asp:TableRow>
  217.             <asp:TableRow runat="server">
  218.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Center" runat="server">
  219.                     <asp:Label BorderStyle="None" ID="LblMailWork" runat="server" Style="position: relative" Text="工作郵箱"></asp:Label></asp:TableCell>
  220.                 <asp:TableCell BorderWidth="1px" ColumnSpan="3" HorizontalAlign="Left" runat="server">
  221.                     <asp:TextBox ID="TxtMailWork" runat="server" Style="position: relative" Width="290px"></asp:TextBox></asp:TableCell>
  222.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Center" runat="server">
  223.                     <asp:Label BorderStyle="None" ID="LblMailPersonal" runat="server" Style="position: relative" Text="私人郵箱"></asp:Label></asp:TableCell>
  224.                 <asp:TableCell BorderWidth="1px" ColumnSpan="3" HorizontalAlign="Left" runat="server">
  225.                     <asp:TextBox ID="TxtMailPersonal" runat="server" Style="position: relative" Width="290px"></asp:TextBox></asp:TableCell>
  226.             </asp:TableRow>
  227.             <asp:TableRow runat="server">
  228.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Center" runat="server">
  229.                     <asp:Label BorderStyle="None" ID="LblRegisteredAddress" runat="server" Style="position: relative" Text="戶口地址"></asp:Label></asp:TableCell>
  230.                 <asp:TableCell BorderWidth="1px" ColumnSpan="3" HorizontalAlign="Left" runat="server">
  231.                     <asp:TextBox ID="TxtRegisteredAdress" runat="server" Style="position: relative" Width="290px"></asp:TextBox></asp:TableCell>
  232.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Center" runat="server">
  233.                     <asp:Label BorderStyle="None" ID="LblAddress" runat="server" Style="position: relative" Text="現時住址"></asp:Label></asp:TableCell>
  234.                 <asp:TableCell BorderWidth="1px" ColumnSpan="3" HorizontalAlign="Left" runat="server">
  235.                     <asp:TextBox ID="TxtAddress" runat="server" Style="position: relative" Width="290px"></asp:TextBox></asp:TableCell>
  236.             </asp:TableRow>
  237.             </asp:Table><br />
  238.             <asp:Table ID="Tbl2" BorderWidth="1px" runat="server" Width="820px">
  239.             <asp:TableRow runat="server">
  240.                 <asp:TableCell BorderWidth="1px" ColumnSpan="5" HorizontalAlign="Left" runat="server">
  241.                 <asp:Label BorderStyle="None" ID="Label1" runat="server" Text="1.家庭情況及背景調查" Font-Bold="True"></asp:Label></asp:TableCell>
  242.             </asp:TableRow>
  243.             <asp:TableRow runat="server">
  244.                 <asp:TableCell BorderWidth="1px" runat="server">家屬姓名</asp:TableCell>
  245.                 <asp:TableCell BorderWidth="1px" runat="server">關係</asp:TableCell>
  246.                 <asp:TableCell BorderWidth="1px" runat="server">年齡</asp:TableCell>
  247.                 <asp:TableCell BorderWidth="1px" runat="server">聯係電話</asp:TableCell>
  248.                 <asp:TableCell BorderWidth="1px" runat="server">工作單位/住址</asp:TableCell>
  249.             </asp:TableRow>
  250.             <asp:TableRow runat="server">
  251.                 <asp:TableCell BorderWidth="1px" runat="server">
  252.                     <asp:TextBox ID="TxtFamilyName1" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
  253.                 <asp:TableCell BorderWidth="1px" runat="server">
  254.                     <asp:TextBox ID="TxtRelative1" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
  255.                 <asp:TableCell BorderWidth="1px" runat="server">
  256.                     <asp:TextBox ID="TxtAge1" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
  257.                 <asp:TableCell BorderWidth="1px" runat="server">
  258.                     <asp:TextBox ID="TxtTel1" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
  259.                 <asp:TableCell BorderWidth="1px" runat="server">
  260.                     <asp:TextBox ID="TxtCompany1" runat="server" Width="200px"></asp:TextBox></asp:TableCell>
  261.             </asp:TableRow>
  262.             <asp:TableRow runat="server">
  263.                 <asp:TableCell BorderWidth="1px" runat="server">
  264.                     <asp:TextBox ID="TxtFamilyName2" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
  265.                 <asp:TableCell BorderWidth="1px" runat="server">
  266.                     <asp:TextBox ID="TxtRelative2" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
  267.                 <asp:TableCell BorderWidth="1px" runat="server">
  268.                     <asp:TextBox ID="TxtAge2" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
  269.                 <asp:TableCell BorderWidth="1px" runat="server">
  270.                     <asp:TextBox ID="TxtTel2" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
  271.                 <asp:TableCell BorderWidth="1px" runat="server">
  272.                     <asp:TextBox ID="TxtCompany2" runat="server" Width="200px"></asp:TextBox></asp:TableCell>
  273.             </asp:TableRow>
  274.             <asp:TableRow runat="server">
  275.                 <asp:TableCell BorderWidth="1px" runat="server">
  276.                     <asp:TextBox ID="TxtFamilyName3" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
  277.                 <asp:TableCell BorderWidth="1px" runat="server">
  278.                     <asp:TextBox ID="TxtRelative3" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
  279.                 <asp:TableCell BorderWidth="1px" runat="server">
  280.                     <asp:TextBox ID="TxtAge3" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
  281.                 <asp:TableCell BorderWidth="1px" runat="server">
  282.                     <asp:TextBox ID="TxtTel3" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
  283.                 <asp:TableCell BorderWidth="1px" runat="server">
  284.                     <asp:TextBox ID="TxtCompany3" runat="server" Width="200px"></asp:TextBox></asp:TableCell>
  285.             </asp:TableRow>
  286.             <asp:TableRow runat="server">
  287.                 <asp:TableCell BorderWidth="1px" runat="server">
  288.                     <asp:TextBox ID="TxtFamilyName4" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
  289.                 <asp:TableCell BorderWidth="1px" runat="server">
  290.                     <asp:TextBox ID="TxtRelative4" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
  291.                 <asp:TableCell BorderWidth="1px" runat="server">
  292.                     <asp:TextBox ID="TxtAge4" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
  293.                 <asp:TableCell BorderWidth="1px" runat="server">
  294.                     <asp:TextBox ID="TxtTel4" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
  295.                 <asp:TableCell BorderWidth="1px" runat="server">
  296.                     <asp:TextBox ID="TxtCompany4" runat="server" Width="200px"></asp:TextBox></asp:TableCell>
  297.             </asp:TableRow>
  298.             <asp:TableRow runat="server">
  299.                 <asp:TableCell BorderWidth="1px" runat="server">背景諮詢者</asp:TableCell>
  300.                 <asp:TableCell BorderWidth="1px" runat="server">關係</asp:TableCell>
  301.                 <asp:TableCell BorderWidth="1px" runat="server">職業</asp:TableCell>
  302.                 <asp:TableCell BorderWidth="1px" runat="server">聯係電話</asp:TableCell>
  303.                 <asp:TableCell BorderWidth="1px" runat="server">工作單位/住址</asp:TableCell>
  304.             </asp:TableRow>
  305.             <asp:TableRow runat="server">
  306.                 <asp:TableCell BorderWidth="1px" runat="server">
  307.                     <asp:TextBox ID="TxtBackName1" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
  308.                 <asp:TableCell BorderWidth="1px" runat="server">
  309.                     <asp:TextBox ID="TxtBackRelative1" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
  310.                 <asp:TableCell BorderWidth="1px" runat="server">
  311.                     <asp:TextBox ID="TxtBackJob1" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
  312.                 <asp:TableCell BorderWidth="1px" runat="server">
  313.                     <asp:TextBox ID="TxtBackTel1" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
  314.                 <asp:TableCell BorderWidth="1px" runat="server">
  315.                     <asp:TextBox ID="TxtBackCompany1" runat="server" Width="200px"></asp:TextBox></asp:TableCell>
  316.             </asp:TableRow>
  317.             <asp:TableRow runat="server">
  318.                 <asp:TableCell BorderWidth="1px" runat="server">
  319.                     <asp:TextBox ID="TxtBackName2" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
  320.                 <asp:TableCell BorderWidth="1px" runat="server">
  321.                     <asp:TextBox ID="TxtBackRelative2" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
  322.                 <asp:TableCell BorderWidth="1px" runat="server">
  323.                     <asp:TextBox ID="TxtBackJob2" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
  324.                 <asp:TableCell BorderWidth="1px" runat="server">
  325.                     <asp:TextBox ID="TxtBackTel2" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
  326.                 <asp:TableCell BorderWidth="1px" runat="server">
  327.                     <asp:TextBox ID="TxtBackCompany2" runat="server" Width="200px"></asp:TextBox></asp:TableCell>
  328.             </asp:TableRow>
  329.             </asp:Table><br />
  330.             <asp:Table runat="server" ID="Tbl3" Width="820px">
  331.             <asp:TableRow runat="server">
  332.                 <asp:TableCell BorderWidth="1px" ColumnSpan="4" HorizontalAlign="Left" runat="server">
  333.                 <asp:Label BorderStyle="None" ID="Label2" runat="server" Text="2.教育經歷" Font-Bold="True"></asp:Label></asp:TableCell>
  334.             </asp:TableRow>
  335.             <asp:TableRow runat="server">
  336.                 <asp:TableCell BorderWidth="1px" runat="server">學習起止時間</asp:TableCell>
  337.                 <asp:TableCell BorderWidth="1px" runat="server">學校或培訓機構名稱</asp:TableCell>
  338.                 <asp:TableCell BorderWidth="1px" runat="server">專業/培訓內容</asp:TableCell>
  339.                 <asp:TableCell BorderWidth="1px" runat="server">受教育程度</asp:TableCell>
  340.             </asp:TableRow>
  341.             <asp:TableRow runat="server">
  342.                 <asp:TableCell BorderWidth="1px" runat="server">
  343.                     <asp:TextBox ID="TxtEdBeginYear1" runat="server" Width="30px"></asp:TextBox>年
  344.                     <asp:TextBox ID="TxtEdBeginMonth1" runat="server" Width="30px"></asp:TextBox>月至
  345.                     <asp:TextBox ID="TxtEdEndYear1" runat="server" Width="30px"></asp:TextBox>年
  346.                     <asp:TextBox ID="TxtEdEndMonth1" runat="server" Width="30px"></asp:TextBox>月
  347.                 </asp:TableCell>
  348.                 <asp:TableCell BorderWidth="1px" runat="server">
  349.                     <asp:TextBox ID="TxtSchoolName1" runat="server"></asp:TextBox></asp:TableCell>
  350.                 <asp:TableCell BorderWidth="1px" runat="server">
  351.                     <asp:TextBox ID="TxtSubject1" runat="server"></asp:TextBox></asp:TableCell>
  352.                 <asp:TableCell BorderWidth="1px" runat="server">
  353.                     <asp:TextBox ID="TxtGrade1" runat="server"></asp:TextBox></asp:TableCell>
  354.             </asp:TableRow>
  355.             <asp:TableRow runat="server">
  356.                 <asp:TableCell BorderWidth="1px" runat="server">
  357.                     <asp:TextBox ID="TxtEdBeginYear2" runat="server" Width="30px"></asp:TextBox>年
  358.                     <asp:TextBox ID="TxtEdBeginMonth2" runat="server" Width="30px"></asp:TextBox>月至
  359.                     <asp:TextBox ID="TxtEdEndYear2" runat="server" Width="30px"></asp:TextBox>年
  360.                     <asp:TextBox ID="TxtEdEndMonth2" runat="server" Width="30px"></asp:TextBox>月
  361.                 </asp:TableCell>
  362.                 <asp:TableCell BorderWidth="1px" runat="server">
  363.                     <asp:TextBox ID="TxtSchoolName2" runat="server"></asp:TextBox></asp:TableCell>
  364.                 <asp:TableCell BorderWidth="1px" runat="server">
  365.                     <asp:TextBox ID="TxtSubject2" runat="server"></asp:TextBox></asp:TableCell>
  366.                 <asp:TableCell BorderWidth="1px" runat="server">
  367.                     <asp:TextBox ID="TxtGrade2" runat="server"></asp:TextBox></asp:TableCell>
  368.             </asp:TableRow>
  369.             <asp:TableRow runat="server">
  370.                 <asp:TableCell BorderWidth="1px" runat="server">
  371.                     <asp:TextBox ID="TxtEdBeginYear3" runat="server" Width="30px"></asp:TextBox>年
  372.                     <asp:TextBox ID="TxtEdBeginMonth3" runat="server" Width="30px"></asp:TextBox>月至
  373.                     <asp:TextBox ID="TxtEdEndYear3" runat="server" Width="30px"></asp:TextBox>年
  374.                     <asp:TextBox ID="TxtEdEndMonth3" runat="server" Width="30px"></asp:TextBox>月
  375.                 </asp:TableCell>
  376.                 <asp:TableCell BorderWidth="1px" runat="server">
  377.                     <asp:TextBox ID="TxtSchoolName3" runat="server"></asp:TextBox></asp:TableCell>
  378.                 <asp:TableCell BorderWidth="1px" runat="server">
  379.                     <asp:TextBox ID="TxtSubject3" runat="server"></asp:TextBox></asp:TableCell>
  380.                 <asp:TableCell BorderWidth="1px" runat="server">
  381.                     <asp:TextBox ID="TxtGrade3" runat="server"></asp:TextBox></asp:TableCell>
  382.             </asp:TableRow>
  383.             <asp:TableRow runat="server">
  384.                 <asp:TableCell BorderWidth="1px" runat="server">
  385.                     <asp:TextBox ID="TxtEdBeginYear4" runat="server" Width="30px"></asp:TextBox>年
  386.                     <asp:TextBox ID="TxtEdBeginMonth4" runat="server" Width="30px"></asp:TextBox>月至
  387.                     <asp:TextBox ID="TxtEdEndYear4" runat="server" Width="30px"></asp:TextBox>年
  388.                     <asp:TextBox ID="TxtEdEndMonth4" runat="server" Width="30px"></asp:TextBox>月
  389.                 </asp:TableCell>
  390.                 <asp:TableCell BorderWidth="1px" runat="server">
  391.                     <asp:TextBox ID="TxtSchoolName4" runat="server"></asp:TextBox></asp:TableCell>
  392.                 <asp:TableCell BorderWidth="1px" runat="server">
  393.                     <asp:TextBox ID="TxtSubject4" runat="server"></asp:TextBox></asp:TableCell>
  394.                 <asp:TableCell BorderWidth="1px" runat="server">
  395.                     <asp:TextBox ID="TxtGrade4" runat="server"></asp:TextBox></asp:TableCell>
  396.             </asp:TableRow>
  397.             </asp:Table><br />
  398.             <asp:Table runat="server" ID="Tbl4" Width="820px">
  399.             <asp:TableRow runat="server">
  400.                 <asp:TableCell BorderWidth="1px" ColumnSpan="5" HorizontalAlign="Left" runat="server">
  401.                 <asp:Label BorderStyle="None" ID="Label3" runat="server" Text="3.工作經歷" Font-Bold="True"></asp:Label></asp:TableCell>
  402.             </asp:TableRow>
  403.             <asp:TableRow runat="server">
  404.                 <asp:TableCell BorderWidth="1px" runat="server">工作時間</asp:TableCell>
  405.                 <asp:TableCell BorderWidth="1px" runat="server">工作單位及職務</asp:TableCell>
  406.                 <asp:TableCell BorderWidth="1px" runat="server">聯繫電話</asp:TableCell>
  407.                 <asp:TableCell BorderWidth="1px" runat="server">薪資</asp:TableCell>
  408.                 <asp:TableCell BorderWidth="1px" runat="server">離職原因</asp:TableCell>
  409.             </asp:TableRow>
  410.             <asp:TableRow runat="server">
  411.                 <asp:TableCell BorderWidth="1px" runat="server">
  412.                     <asp:TextBox ID="TxtWorkBeginYear1" runat="server" Width="30px"></asp:TextBox>年
  413.                     <asp:TextBox ID="TxtWorkBeginMonth1" runat="server" Width="30px"></asp:TextBox>月至
  414.                     <asp:TextBox ID="TxtWorkEndYear1" runat="server" Width="30px"></asp:TextBox>年
  415.                     <asp:TextBox ID="TxtWorkEndMonth1" runat="server" Width="30px"></asp:TextBox>月
  416.                 </asp:TableCell>
  417.                 <asp:TableCell BorderWidth="1px" runat="server">
  418.                     <asp:TextBox ID="TxtWorkCompany1" runat="server"></asp:TextBox></asp:TableCell>
  419.                 <asp:TableCell BorderWidth="1px" runat="server">
  420.                     <asp:TextBox ID="TxtWorkTel1" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
  421.                 <asp:TableCell BorderWidth="1px" runat="server">
  422.                     <asp:TextBox ID="TxtWorkSalary1" runat="server" Width="80px"></asp:TextBox></asp:TableCell>
  423.                 <asp:TableCell BorderWidth="1px" runat="server">
  424.                     <asp:TextBox ID="TxtDimissionReason1" runat="server"></asp:TextBox></asp:TableCell>
  425.             </asp:TableRow>
  426.             <asp:TableRow runat="server">
  427.                 <asp:TableCell BorderWidth="1px" runat="server">
  428.                     <asp:TextBox ID="TxtWorkBeginYear2" runat="server" Width="30px"></asp:TextBox>年
  429.                     <asp:TextBox ID="TxtWorkBeginMonth2" runat="server" Width="30px"></asp:TextBox>月至
  430.                     <asp:TextBox ID="TxtWorkEndYear2" runat="server" Width="30px"></asp:TextBox>年
  431.                     <asp:TextBox ID="TxtWorkEndMonth2" runat="server" Width="30px"></asp:TextBox>月
  432.                 </asp:TableCell>
  433.                 <asp:TableCell BorderWidth="1px" runat="server">
  434.                     <asp:TextBox ID="TxtWorkCompany2" runat="server"></asp:TextBox></asp:TableCell>
  435.                 <asp:TableCell BorderWidth="1px" runat="server">
  436.                     <asp:TextBox ID="TxtWorkTel2" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
  437.                 <asp:TableCell BorderWidth="1px" runat="server">
  438.                     <asp:TextBox ID="TxtWorkSalary2" runat="server" Width="80px"></asp:TextBox></asp:TableCell>
  439.                 <asp:TableCell BorderWidth="1px" runat="server">
  440.                     <asp:TextBox ID="TxtDimissionReason2" runat="server"></asp:TextBox></asp:TableCell>
  441.             </asp:TableRow>
  442.             <asp:TableRow runat="server">
  443.                 <asp:TableCell BorderWidth="1px" runat="server">
  444.                     <asp:TextBox ID="TxtWorkBeginYear3" runat="server" Width="30px"></asp:TextBox>年
  445.                     <asp:TextBox ID="TxtWorkBeginMonth3" runat="server" Width="30px"></asp:TextBox>月至
  446.                     <asp:TextBox ID="TxtWorkEndYear3" runat="server" Width="30px"></asp:TextBox>年
  447.                     <asp:TextBox ID="TxtWorkEndMonth3" runat="server" Width="30px"></asp:TextBox>月
  448.                 </asp:TableCell>
  449.                 <asp:TableCell BorderWidth="1px" runat="server">
  450.                     <asp:TextBox ID="TxtWorkCompany3" runat="server"></asp:TextBox></asp:TableCell>
  451.                 <asp:TableCell BorderWidth="1px" runat="server">
  452.                     <asp:TextBox ID="TxtWorkTel3" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
  453.                 <asp:TableCell BorderWidth="1px" runat="server">
  454.                     <asp:TextBox ID="TxtWorkSalary3" runat="server" Width="80px"></asp:TextBox></asp:TableCell>
  455.                 <asp:TableCell BorderWidth="1px" runat="server">
  456.                     <asp:TextBox ID="TxtDimissionReason3" runat="server"></asp:TextBox></asp:TableCell>
  457.             </asp:TableRow>
  458.             <asp:TableRow runat="server">
  459.                 <asp:TableCell BorderWidth="1px" runat="server">
  460.                     <asp:TextBox ID="TxtWorkBeginYear4" runat="server" Width="30px"></asp:TextBox>年
  461.                     <asp:TextBox ID="TxtWorkBeginMonth4" runat="server" Width="30px"></asp:TextBox>月至
  462.                     <asp:TextBox ID="TxtWorkEndYear4" runat="server" Width="30px"></asp:TextBox>年
  463.                     <asp:TextBox ID="TxtWorkEndMonth4" runat="server" Width="30px"></asp:TextBox>月
  464.                 </asp:TableCell>
  465.                 <asp:TableCell BorderWidth="1px" runat="server">
  466.                     <asp:TextBox ID="TxtWorkCompany4" runat="server"></asp:TextBox></asp:TableCell>
  467.                 <asp:TableCell BorderWidth="1px" runat="server">
  468.                     <asp:TextBox ID="TxtWorkTel4" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
  469.                 <asp:TableCell BorderWidth="1px" runat="server">
  470.                     <asp:TextBox ID="TxtWorkSalary4" runat="server" Width="80px"></asp:TextBox></asp:TableCell>
  471.                 <asp:TableCell BorderWidth="1px" runat="server">
  472.                     <asp:TextBox ID="TxtDimissionReason4" runat="server"></asp:TextBox></asp:TableCell>
  473.             </asp:TableRow>
  474.             </asp:Table><br />
  475.             <asp:Table ID="Tbl6" runat="server" Width="820px">
  476.             <asp:TableRow runat="server">
  477.                 <asp:TableCell BorderWidth="1px" ColumnSpan="4" HorizontalAlign="Left" runat="server">
  478.                 <asp:Label BorderStyle="None" ID="Label4" runat="server" Text="4.專業技能" Font-Bold="True"></asp:Label></asp:TableCell>
  479.             </asp:TableRow>
  480.             <asp:TableRow runat="server">
  481.                 <asp:TableCell BorderWidth="1px" runat="server">
  482.                     <asp:Label BorderStyle="None" ID="LblLanguage" runat="server" Text="外語"></asp:Label></asp:TableCell>
  483.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
  484.                     <asp:TextBox ID="TxtLanguage" runat="server"></asp:TextBox></asp:TableCell>
  485.                 <asp:TableCell BorderWidth="1px" runat="server">
  486.                     <asp:Label BorderStyle="None" ID="LblComputerGrade" runat="server" Text="計算機等級"></asp:Label></asp:TableCell>
  487.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
  488.                     <asp:TextBox ID="TxtComputerGrade" runat="server"></asp:TextBox></asp:TableCell>
  489.             </asp:TableRow>
  490.             <asp:TableRow runat="server">
  491.                 <asp:TableCell BorderWidth="1px" runat="server">
  492.                     <asp:Label BorderStyle="None" ID="LblCertificate" runat="server" Text="專業證書"></asp:Label></asp:TableCell>
  493.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
  494.                     <asp:TextBox ID="TxtCertificate" runat="server"></asp:TextBox></asp:TableCell>
  495.                 <asp:TableCell BorderWidth="1px" runat="server">
  496.                     <asp:Label BorderStyle="None" ID="LblOther" runat="server" Text="其他"></asp:Label></asp:TableCell>
  497.                 <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
  498.                     <asp:TextBox ID="TxtOther" runat="server"></asp:TextBox></asp:TableCell>
  499.             </asp:TableRow>
  500.         </asp:Table><br />
  501.         <asp:Button ID="BtnOk" runat="server" Text="儲存" OnClick="BtnOk_Click" />
  502.         <input id="BtnCancel" style="position: relative" type="button" value="取消" onclick="history.go(-1)" /></center>
  503.     </div>
  504.     </form>
  505. </body>
  506. </html>