473,406 Members | 2,843 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

formview control in asp.net giving error while updating record to sql server

ERROR [22007] [Microsoft][ODBC SQL Server Driver][SQL Server]Syntax error converting datetime from character string.

Receiving above error while updating the record through formview edit mode.
I have 5-6 datetime fields to update

Pls help!

Thanks in advance
Sanjay
Attached Files
File Type: zip emp_details_view.zip (8.3 KB, 72 views)
Jul 22 '10 #1
2 1544
Frinavale
9,735 Expert Mod 8TB
I would help you if you post the code where the error is taking place. I cannot download zip files (and probably wouldn't if I could).

Please post the code where the error is happening.

-Frinny
Jul 23 '10 #2
Expand|Select|Wrap|Line Numbers
  1. <%@ Page MasterPageFile="~/hr/MasterPageView.master" Language="VB" AutoEventWireup="false" CodeFile="emp_details_view.aspx.vb" Inherits="hr_emp_details_view" %>
  2. <%@ Import Namespace="System.Data" %>
  3. <%@ Import Namespace="System.Data.SqlClient" %>
  4.  
  5.  
  6.  
  7. <asp:Content ID="Content1" runat="server" contentplaceholderid="main">
  8.  
  9.           <form id="frmArea" runat="server">
  10.              <table cellpadding="0" cellspacing="0" class="style1" width="94%">
  11.                  <tr>
  12.                      <td class="style6" bgcolor="White">
  13.                          </td>
  14.                      <td class="style7" bgcolor="White">
  15.  
  16.  
  17.                          <table class="style1">
  18.                              <tr>
  19.                                  <td class="style9">
  20.                                      &nbsp;</td>
  21.                                  <td class="style8" align="right" width="25">
  22.                                     <p>Username :  <asp:LoginName ID="LoginName2" runat="server" /> </p>
  23.                                  </td>
  24.                                  <td align="center" width="75">
  25.                                      &nbsp;</td>
  26.                              </tr>
  27.                          </table>
  28.  
  29.                          </td>
  30.                  </tr>
  31.                  <tr>
  32.                      <td class="style3" bgcolor="White">
  33.                          <img alt="" src="http://bytes.com/topic/asp-net/images/logo.gif" style="width: 288px; height: 28px" /></td>
  34.                      <td class="style4" bgcolor="White">
  35.                          </td>
  36.                  </tr>
  37.                  <tr>
  38.                      <td id="menu_td_bg" colspan="2" height="25" >
  39.  
  40.                                                  &nbsp;</td>
  41.                  </tr>
  42.                  <tr>
  43.                      <td class="style2" colspan="2">
  44.  
  45.                          <table cellpadding="0" cellspacing="0" class="style1">
  46.                              <tr>
  47.                                  <td class="style5">
  48.                                      &nbsp;</td>
  49.                                  <td>
  50.                                      &nbsp;</td>
  51.                                  <td width="200">
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.                                      </td>
  60.                              </tr>
  61.                              <tr>
  62.                                  <td class="style10" valign="top">
  63.                                      <table    class="style1">
  64.                                          <tr>
  65.                                              <td id="shortcuts" >
  66.                                                  Shortcuts</td>
  67.                                          </tr>
  68.                                          <tr>
  69.                                              <td id="short_body" height="100%" >
  70.  
  71.                                                  <a href="emp_emergency.aspx?eid=<% Response.Write(Request.QueryString("eid"))%>">Emergency Details..</a>
  72.                                              </td>
  73.                                          </tr>
  74.                                      </table>
  75.                                  </td>
  76.                                  <td align="left" valign="top" class="style11" colspan="2"  >
  77.  
  78.                                      <table class="style1">
  79.                                          <tr>
  80.                                              <td id="title_td_bg">
  81.                                                  Employee : <% Response.Write(Request.QueryString("fnm") & " " & Request.QueryString("mnm") & " " & Request.QueryString("lnm"))%></td>
  82.                                          </tr>
  83.                                          <tr>
  84.  
  85.                                              <td id="work_area" class="style13" valign="top">
  86.                                                  <asp:SqlDataSource ID="SqlDataSource1" runat="server" 
  87.                                                      ConnectionString="<%$ ConnectionStrings:netstockConnectionString %>" 
  88.                                                      ProviderName="<%$ ConnectionStrings:netstockConnectionString.ProviderName %>" 
  89.                                                      SelectCommand="SELECT RecId, emp_id, Password, FirstName, MiddleName, LastName, EmpName, Gender, MaritalStatus, Initial, EmpCategory, EmpDesg, DEPT, [ZONE], CONVERT (datetime, DOFB, 101) AS DOFB, Branch, Add1, Add2, City_Pin, Zip, State, Country, HousePhone, WorkPhone, Mobile, Fax, Email, AlternateEmail, PAN, CONVERT (datetime, DOFJ, 101) AS DOFJ, CONVERT (datetime, DOFC, 101) AS DOFC, CONVERT (datetime, NextReview, 101) AS NextReview, CompanyCode, Signature, Qualifications, SpouseName, CONVERT (datetime, SpouseDOFB, 101) AS SpouseDOFB, CONVERT (datetime, DOFA, 101) AS DOFA, Rights, Status, resign, Photo, PFNo, ESIno, PayMode, BankAcNo, BankName, BankBranch, AttendCardNo, DeductPf, PFOn, PrevCompName, PrevCompAdd, ServiceFrom, ServiceTo, InTimeHrs, InTimeMnt, OutTimeHrs, OutTimeMnt, LateAllotHrs, LateAllotMnt, OTAllowed, DailyBasis, Bonus, rowguid FROM Netstock.dbo.EMP WHERE (emp_id = ?)" 
  90.                                                      DeleteCommand="DELETE FROM [EMP] WHERE [emp_id] = ?" 
  91.                                                      InsertCommand="INSERT INTO Netstock.dbo.EMP(FirstName, MiddleName, Password, LastName, EmpName, Gender, MaritalStatus, Initial, EmpCategory, EmpDesg, DEPT, emp_id, [ZONE], DOFB, Branch, Add1, Add2, City_Pin, Zip, State, Country, Mobile, WorkPhone, HousePhone, Fax, Email, DOFC, DOFJ, PAN, AlternateEmail, NextReview, CompanyCode, Signature, Rights, DOFA, SpouseDOFB, SpouseName, Qualifications, Status, resign, PFNo, ESIno, PayMode, BankAcNo, BankName, BankBranch, AttendCardNo, DeductPf, PFOn, PrevCompName, LateAllotMnt, LateAllotHrs, OutTimeMnt, OutTimeHrs, InTimeMnt, InTimeHrs, ServiceTo, ServiceFrom, PrevCompAdd, Bonus, DailyBasis, OTAllowed) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)" 
  92.                                                      OldValuesParameterFormatString="original_{0}"                                                     
  93.                                                      UpdateCommand="UPDATE Netstock.dbo.EMP SET FirstName = ?, MiddleName = ?, LastName = ?, EmpName = ?, Gender = ?, MaritalStatus = ?, Initial = ?, EmpCategory = ?, EmpDesg = ?, DEPT = ?, [ZONE] = ?, DOFB = ?, Branch = ?, Add1 = ?, Add2 = ?, City_Pin = ?, Zip = ?, State = ?, Country = ?, HousePhone = ?, WorkPhone = ?, Mobile = ?, Fax = ?, Email = ?, AlternateEmail = ?, PAN = ?, DOFJ = ?, DOFC = ?, NextReview = ?, CompanyCode = ?, Qualifications = ?, SpouseName = ?, SpouseDOFB =  ?, DOFA = ?, Rights = ?, Status = ?, resign = CONVERT ([int], ?), PFNo = ?, ESIno = ?, PayMode = ?, BankAcNo = ?, BankName = ?, BankBranch = ?, AttendCardNo = ?, DeductPf = CONVERT ([int], ?), PFOn = ?, PrevCompName = ?, PrevCompAdd = ?, ServiceFrom = ?, ServiceTo = ?, InTimeHrs = CONVERT ([int], ?), InTimeMnt = CONVERT ([int], ?), OutTimeHrs = CONVERT ([int], ?), OutTimeMnt = CONVERT ([int], ?), LateAllotHrs = CONVERT ([int], ?), LateAllotMnt = CONVERT ([int], ?), OTAllowed = CONVERT ([int], ?), DailyBasis = CONVERT ([int], ?), Bonus = CONVERT ([int], ?) WHERE (emp_id = ?)">
  94.  
  95.                                                      <SelectParameters>
  96.                                                          <asp:QueryStringParameter Name="emp_id" QueryStringField="eid" Type="String" />
  97.                                                      </SelectParameters>
  98.                                                      <DeleteParameters>
  99.                                                          <asp:Parameter Name="original_emp_id" Type="String" />
  100.                                                          <asp:Parameter Name="original_RecId" Type="Int32" />                                                         
  101.                                                      </DeleteParameters>
  102.                                                      <UpdateParameters>
  103.                                                          <asp:Parameter Name="emp_id" Type="String" />
  104.                                                          <asp:Parameter Name="FirstName" Type="String" />
  105.                                                          <asp:Parameter Name="MiddleName" Type="String" />
  106.                                                          <asp:Parameter Name="LastName" Type="String" />
  107.                                                          <asp:Parameter Name="EmpName" Type="String" />
  108.                                                          <asp:Parameter Name="Gender" Type="String" />
  109.                                                          <asp:Parameter Name="MaritalStatus" Type="String" />
  110.                                                          <asp:Parameter Name="Initial" Type="String" />
  111.                                                          <asp:Parameter Name="EmpCategory" Type="String" />
  112.                                                          <asp:Parameter Name="EmpDesg" Type="String" />
  113.                                                          <asp:Parameter Name="DEPT" Type="String" />
  114.                                                          <asp:Parameter Name="ZONE" Type="String" />
  115.                                                          <asp:Parameter Name="DOFB" Type="DateTime" />
  116.                                                          <asp:Parameter Name="Branch" Type="String" />
  117.                                                          <asp:Parameter Name="Add1" Type="String" />
  118.                                                          <asp:Parameter Name="Add2" Type="String" />
  119.                                                          <asp:Parameter Name="City_Pin" Type="String" />
  120.                                                          <asp:Parameter Name="Zip" Type="String" />
  121.                                                          <asp:Parameter Name="State" Type="String" />
  122.                                                          <asp:Parameter Name="Country" Type="String" />
  123.                                                          <asp:Parameter Name="HousePhone" Type="String" />
  124.                                                          <asp:Parameter Name="WorkPhone" Type="String" />
  125.                                                          <asp:Parameter Name="Mobile" Type="String" />
  126.                                                          <asp:Parameter Name="Fax" Type="String" />
  127.                                                          <asp:Parameter Name="Email" Type="String" />
  128.                                                          <asp:Parameter Name="AlternateEmail" Type="String" />
  129.                                                          <asp:Parameter Name="PAN" Type="String" />
  130.                                                          <asp:Parameter Name="DOFJ" Type="DateTime" />
  131.                                                          <asp:Parameter Name="DOFC" Type="DateTime" />
  132.                                                          <asp:Parameter Name="NextReview" Type="DateTime" />
  133.                                                          <asp:Parameter Name="CompanyCode" Type="String" />
  134.  
  135.                                                          <asp:Parameter Name="Qualifications" Type="String" />
  136.                                                          <asp:Parameter Name="SpouseName" Type="String" />
  137.                                                          <asp:Parameter Name="SpouseDOFB" Type="DateTime" />
  138.                                                          <asp:Parameter Name="DOFA" Type="DateTime" />
  139.                                                          <asp:Parameter Name="Rights" Type="String" />
  140.                                                          <asp:Parameter Name="Status" Type="String" />
  141.                                                          <asp:Parameter Name="resign" Type="Int32" />
  142.  
  143.                                                          <asp:Parameter Name="PFNo" Type="String" />
  144.                                                          <asp:Parameter Name="ESIno" Type="String" />
  145.                                                          <asp:Parameter Name="PayMode" Type="String" />
  146.                                                          <asp:Parameter Name="BankAcNo" Type="String" />
  147.                                                          <asp:Parameter Name="BankName" Type="String" />
  148.                                                          <asp:Parameter Name="BankBranch" Type="String" />
  149.                                                          <asp:Parameter Name="AttendCardNo" Type="String" />
  150.                                                          <asp:Parameter Name="DeductPf" Type="Int32" />
  151.                                                          <asp:Parameter Name="PFOn" Type="String" />
  152.                                                          <asp:Parameter Name="PrevCompName" Type="String" />
  153.                                                          <asp:Parameter Name="PrevCompAdd" Type="String" />
  154.                                                          <asp:Parameter Name="ServiceFrom" Type="DateTime" />
  155.                                                          <asp:Parameter Name="ServiceTo" Type="DateTime" />
  156.                                                          <asp:Parameter Name="InTimeHrs" Type="Int32" />
  157.                                                          <asp:Parameter Name="InTimeMnt" Type="Int32" />
  158.                                                          <asp:Parameter Name="OutTimeHrs" Type="Int32" />
  159.                                                          <asp:Parameter Name="OutTimeMnt" Type="Int32" />
  160.                                                          <asp:Parameter Name="LateAllotHrs" Type="Int32" />
  161.                                                          <asp:Parameter Name="LateAllotMnt" Type="Int32" />
  162.                                                          <asp:Parameter Name="OTAllowed" Type="Int32" />
  163.                                                          <asp:Parameter Name="DailyBasis" Type="Int32" />
  164.                                                          <asp:Parameter Name="Bonus" Type="Int32" />
  165.  
  166.                                                      </UpdateParameters>
  167.                                                      <InsertParameters>
  168.  
  169.                                                          <asp:Parameter Name="emp_id" Type="String" />
  170.                                                          <asp:Parameter Name="Password" Type="String" />
  171.                                                          <asp:Parameter Name="FirstName" Type="String" />
  172.                                                          <asp:Parameter Name="MiddleName" Type="String" />
  173.                                                          <asp:Parameter Name="LastName" Type="String" />
  174.                                                          <asp:Parameter Name="EmpName" Type="String" />
  175.                                                          <asp:Parameter Name="Gender" Type="String" />
  176.                                                          <asp:Parameter Name="MaritalStatus" Type="String" />
  177.                                                          <asp:Parameter Name="Initial" Type="String" />
  178.                                                          <asp:Parameter Name="EmpCategory" Type="String" />
  179.                                                          <asp:Parameter Name="EmpDesg" Type="String" />
  180.                                                          <asp:Parameter Name="DEPT" Type="String" />
  181.                                                          <asp:Parameter Name="ZONE" Type="String" />
  182.                                                          <asp:Parameter Name="DOFB" Type="DateTime" />
  183.                                                          <asp:Parameter Name="Branch" Type="String" />
  184.                                                          <asp:Parameter Name="Add1" Type="String" />
  185.                                                          <asp:Parameter Name="Add2" Type="String" />
  186.                                                          <asp:Parameter Name="City_Pin" Type="String" />
  187.                                                          <asp:Parameter Name="Zip" Type="String" />
  188.                                                          <asp:Parameter Name="State" Type="String" />
  189.                                                          <asp:Parameter Name="Country" Type="String" />
  190.                                                          <asp:Parameter Name="HousePhone" Type="String" />
  191.                                                          <asp:Parameter Name="WorkPhone" Type="String" />
  192.                                                          <asp:Parameter Name="Mobile" Type="String" />
  193.                                                          <asp:Parameter Name="Fax" Type="String" />
  194.                                                          <asp:Parameter Name="Email" Type="String" />
  195.                                                          <asp:Parameter Name="AlternateEmail" Type="String" />
  196.                                                          <asp:Parameter Name="PAN" Type="String" />
  197.                                                          <asp:Parameter Name="DOFJ" Type="DateTime" />
  198.                                                          <asp:Parameter Name="DOFC" Type="DateTime" />
  199.                                                          <asp:Parameter Name="NextReview" Type="DateTime" />
  200.                                                          <asp:Parameter Name="CompanyCode" Type="String" />
  201.  
  202.                                                          <asp:Parameter Name="Qualifications" Type="String" />
  203.                                                          <asp:Parameter Name="SpouseName" Type="String" />
  204.                                                          <asp:Parameter Name="SpouseDOFB" Type="DateTime" />
  205.                                                          <asp:Parameter Name="DOFA" Type="DateTime" />
  206.                                                          <asp:Parameter Name="Rights" Type="String" />
  207.                                                          <asp:Parameter Name="Status" Type="String" />
  208.                                                          <asp:Parameter Name="resign" Type="Int32" />
  209.  
  210.                                                          <asp:Parameter Name="PFNo" Type="String" />
  211.                                                          <asp:Parameter Name="ESIno" Type="String" />
  212.                                                          <asp:Parameter Name="PayMode" Type="String" />
  213.                                                          <asp:Parameter Name="BankAcNo" Type="String" />
  214.                                                          <asp:Parameter Name="BankName" Type="String" />
  215.                                                          <asp:Parameter Name="BankBranch" Type="String" />
  216.                                                          <asp:Parameter Name="AttendCardNo" Type="String" />
  217.                                                          <asp:Parameter Name="DeductPf" Type="Int32" />
  218.                                                          <asp:Parameter Name="PFOn" Type="String" />
  219.                                                          <asp:Parameter Name="PrevCompName" Type="String" />
  220.                                                          <asp:Parameter Name="PrevCompAdd" Type="String" />
  221.                                                          <asp:Parameter Name="ServiceFrom" Type="DateTime" />
  222.                                                          <asp:Parameter Name="ServiceTo" Type="DateTime" />
  223.                                                          <asp:Parameter Name="InTimeHrs" Type="Int32" />
  224.                                                          <asp:Parameter Name="InTimeMnt" Type="Int32" />
  225.                                                          <asp:Parameter Name="OutTimeHrs" Type="Int32" />
  226.                                                          <asp:Parameter Name="OutTimeMnt" Type="Int32" />
  227.                                                          <asp:Parameter Name="LateAllotHrs" Type="Int32" />
  228.                                                          <asp:Parameter Name="LateAllotMnt" Type="Int32" />
  229.                                                          <asp:Parameter Name="OTAllowed" Type="Int32" />
  230.                                                          <asp:Parameter Name="DailyBasis" Type="Int32" />
  231.                                                          <asp:Parameter Name="Bonus" Type="Int32" />
  232.                                                      </InsertParameters>
  233.                                                  </asp:SqlDataSource>
  234.                                                  <asp:FormView ID="FormView1" runat="server" DataKeyNames="RecId" 
  235.                                                      DataSourceID="SqlDataSource1" Width="100%" DefaultMode="Edit" 
  236.                                                      AllowPaging="True">
  237.                                                      <EditItemTemplate>
  238.                                                          <table class="style15">
  239.                                                              <tr>
  240.                                                                  <td ID="menu_td_bg" colspan="8">
  241.                                                                      Personal Information</td>
  242.                                                              </tr>
  243.                                                              <tr>
  244.                                                                  <td>
  245.                                                                      &nbsp;</td>
  246.                                                                  <td>
  247.  
  248.                                                                      <script runat="server" language="vbscript"  >
  249.                                                                      </script>
  250.  
  251.  
  252.                                                                      </td>
  253.                                                                  <td>
  254.                                                                      &nbsp;</td>
  255.                                                                  <td>
  256.                                                                      &nbsp;</td>
  257.                                                                  <td>
  258.                                                                      &nbsp;</td>
  259.                                                                  <td>
  260.                                                                      &nbsp;</td>
  261.                                                                  <td>
  262.                                                                      &nbsp;</td>
  263.                                                                  <td>
  264.                                                                      &nbsp;</td>
  265.                                                              </tr>
  266.                                                              <tr>
  267.                                                                  <td>
  268.                                                                      RecId:
  269.                                                                  </td>
  270.                                                                  <td>
  271.                                                                      <asp:Label ID="RecIdLabel1" runat="server" Text='<%# Eval("RecId") %>' />
  272.                                                                  </td>
  273.                                                                  <td>
  274.                                                                      &nbsp;</td>
  275.                                                                  <td>
  276.                                                                      &nbsp;</td>
  277.                                                                  <td>
  278.                                                                      &nbsp;</td>
  279.                                                                  <td>
  280.                                                                      &nbsp;</td>
  281.                                                                  <td>
  282.                                                                      Status:
  283.                                                                  </td>
  284.                                                                  <td>
  285.                                                                      <asp:TextBox ID="StatusTextBox" runat="server" Text='<%# Bind("Status") %>' />
  286.                                                                  </td>
  287.                                                              </tr>
  288.                                                              <tr>
  289.                                                                  <td>
  290.                                                                      emp_id:
  291.                                                                  </td>
  292.                                                                  <td>
  293.                                                                      <asp:TextBox ID="emp_idTextBox" runat="server" Text='<%# Bind("emp_id") %>' />
  294.                                                                  </td>
  295.                                                                  <td>
  296.                                                                      &nbsp;</td>
  297.                                                                  <td>
  298.                                                                      &nbsp;</td>
  299.                                                                  <td>
  300.                                                                      &nbsp;</td>
  301.                                                                  <td>
  302.                                                                      &nbsp;</td>
  303.                                                                  <td>
  304.                                                                      Photo:
  305.                                                                  </td>
  306.                                                                  <td>
  307.                                                                      &nbsp;</td>
  308.                                                              </tr>
  309.                                                              <tr>
  310.                                                                  <td>
  311.                                                                      FirstName:
  312.                                                                  </td>
  313.                                                                  <td>
  314.                                                                      <asp:TextBox ID="FirstNameTextBox" runat="server" 
  315.                                                                          Text='<%# Bind("FirstName") %>' />
  316.                                                                  </td>
  317.                                                                  <td>
  318.                                                                      &nbsp;</td>
  319.                                                                  <td>
  320.                                                                      MiddleName:
  321.                                                                  </td>
  322.                                                                  <td>
  323.                                                                      <asp:TextBox ID="MiddleNameTextBox" runat="server" 
  324.                                                                          Text='<%# Bind("MiddleName") %>' />
  325.                                                                  </td>
  326.                                                                  <td>
  327.                                                                      &nbsp;</td>
  328.                                                                  <td>
  329.                                                                      LastName:
  330.                                                                  </td>
  331.                                                                  <td>
  332.                                                                      <asp:TextBox ID="LastNameTextBox" runat="server" 
  333.                                                                          Text='<%# Bind("LastName") %>' />
  334.                                                                  </td>
  335.                                                              </tr>
  336.                                                              <tr>
  337.                                                                  <td>
  338.                                                                      Gender:
  339.                                                                  </td>
  340.                                                                  <td>
  341.                                                                      <asp:TextBox ID="GenderTextBox" runat="server" Text='<%# Bind("Gender") %>' />
  342.                                                                  </td>
  343.                                                                  <td>
  344.                                                                      &nbsp;</td>
  345.                                                                  <td>
  346.                                                                      MaritalStatus:
  347.                                                                  </td>
  348.                                                                  <td>
  349.                                                                      <asp:TextBox ID="MaritalStatusTextBox" runat="server" 
  350.                                                                          Text='<%# Bind("MaritalStatus") %>' />
  351.                                                                  </td>
  352.                                                                  <td>
  353.                                                                      &nbsp;</td>
  354.                                                                  <td>
  355.                                                                      Initial:
  356.                                                                  </td>
  357.                                                                  <td>
  358.                                                                      <asp:TextBox ID="InitialTextBox" runat="server" Text='<%# Bind("Initial") %>' />
  359.                                                                  </td>
  360.                                                              </tr>
  361.                                                              <tr>
  362.                                                                  <td>
  363.                                                                      DOFB:
  364.                                                                  </td>
  365.                                                                  <td>
  366.                                                                      <asp:TextBox ID="DOFBTextBox" runat="server" 
  367.                                                                          Text='<%# Bind("DOFB", "{0:d}") %>' />
  368.                                                                  </td>
  369.                                                                  <td>
  370.                                                                      &nbsp;</td>
  371.                                                                  <td>
  372.                                                                      Signature:
  373.                                                                  </td>
  374.                                                                  <td>
  375.                                                                      <asp:TextBox ID="SignatureTextBox" runat="server" 
  376.                                                                          Text='' />
  377.                                                                  </td>
  378.                                                                  <td>
  379.                                                                      &nbsp;</td>
  380.                                                                  <td>
  381.                                                                      &nbsp;</td>
  382.                                                                  <td>
  383.                                                                      &nbsp;</td>
  384.                                                              </tr>
  385.                                                              <tr>
  386.                                                                  <td>
  387.                                                                      SpouseName:
  388.                                                                  </td>
  389.                                                                  <td>
  390.                                                                      <asp:TextBox ID="SpouseNameTextBox" runat="server" 
  391.                                                                          Text='<%# Bind("SpouseName") %>' />
  392.                                                                  </td>
  393.                                                                  <td>
  394.                                                                      &nbsp;</td>
  395.                                                                  <td>
  396.                                                                      SpouseDOFB:
  397.                                                                  </td>
  398.                                                                  <td>
  399.                                                                      <asp:TextBox ID="SpouseDOFBTextBox" runat="server" 
  400.                                                                          Text='<%# Bind("SpouseDOFB", "{0:d}") %>' />
  401.                                                                  </td>
  402.                                                                  <td>
  403.                                                                      &nbsp;</td>
  404.                                                                  <td>
  405.                                                                      DOFA:
  406.                                                                  </td>
  407.                                                                  <td>
  408.                                                                      <asp:TextBox ID="DOFATextBox" runat="server" 
  409.                                                                          Text='<%# Bind("DOFA", "{0:d}") %>' />
  410.                                                                  </td>
  411.                                                              </tr>
  412.                                                              <tr>
  413.                                                                  <td>
  414.                                                                      &nbsp;</td>
  415.                                                                  <td>
  416.                                                                      &nbsp;</td>
  417.                                                                  <td>
  418.                                                                      &nbsp;</td>
  419.                                                                  <td>
  420.                                                                      &nbsp;</td>
  421.                                                                  <td>
  422.                                                                      &nbsp;</td>
  423.                                                                  <td>
  424.                                                                      &nbsp;</td>
  425.                                                                  <td>
  426.                                                                      &nbsp;</td>
  427.                                                                  <td>
  428.                                                                      &nbsp;</td>
  429.                                                              </tr>
  430.                                                              <tr>
  431.                                                                  <td>
  432.                                                                      &nbsp;</td>
  433.                                                                  <td>
  434.                                                                      &nbsp;</td>
  435.                                                                  <td>
  436.                                                                      &nbsp;</td>
  437.                                                                  <td>
  438.                                                                      &nbsp;</td>
  439.                                                                  <td>
  440.                                                                      &nbsp;</td>
  441.                                                                  <td>
  442.                                                                      &nbsp;</td>
  443.                                                                  <td>
  444.                                                                      &nbsp;</td>
  445.                                                                  <td>
  446.                                                                      &nbsp;</td>
  447.                                                              </tr>
  448.                                                              <tr>
  449.                                                                  <td>
  450.                                                                      &nbsp;</td>
  451.                                                                  <td>
  452.                                                                      &nbsp;</td>
  453.                                                                  <td>
  454.                                                                      &nbsp;</td>
  455.                                                                  <td>
  456.                                                                      &nbsp;</td>
  457.                                                                  <td>
  458.                                                                      &nbsp;</td>
  459.                                                                  <td>
  460.                                                                      &nbsp;</td>
  461.                                                                  <td>
  462.                                                                      &nbsp;</td>
  463.                                                                  <td>
  464.                                                                      &nbsp;</td>
  465.                                                              </tr>
  466.                                                              <tr>
  467.                                                                  <td>
  468.                                                                      EmpCategory:
  469.                                                                  </td>
  470.                                                                  <td>
  471.                                                                      <asp:TextBox ID="EmpCategoryTextBox" runat="server" 
  472.                                                                          Text='<%# Bind("EmpCategory") %>' />
  473.                                                                  </td>
  474.                                                                  <td>
  475.                                                                      &nbsp;</td>
  476.                                                                  <td>
  477.                                                                      EmpDesg:
  478.                                                                  </td>
  479.                                                                  <td>
  480.                                                                      <asp:TextBox ID="EmpDesgTextBox" runat="server" Text='<%# Bind("EmpDesg") %>' />
  481.                                                                  </td>
  482.                                                                  <td>
  483.                                                                      &nbsp;</td>
  484.                                                                  <td>
  485.                                                                      DEPT:
  486.                                                                  </td>
  487.                                                                  <td>
  488.                                                                      <asp:TextBox ID="DEPTTextBox" runat="server" Text='<%# Bind("DEPT") %>' />
  489.                                                                  </td>
  490.                                                              </tr>
  491.                                                              <tr>
  492.                                                                  <td>
  493.                                                                      ZONE:
  494.                                                                  </td>
  495.                                                                  <td>
  496.                                                                      <asp:TextBox ID="ZONETextBox" runat="server" Text='<%# Bind("ZONE") %>' />
  497.                                                                  </td>
  498.                                                                  <td>
  499.                                                                      &nbsp;</td>
  500.                                                                  <td>
  501.                                                                      Branch:
  502.                                                                  </td>
  503.                                                                  <td>
  504.                                                                      <asp:TextBox ID="BranchTextBox" runat="server" Text='<%# Bind("Branch") %>' />
  505.                                                                  </td>
  506.                                                                  <td>
  507.                                                                      &nbsp;</td>
  508.                                                                  <td>
  509.                                                                      PAN:
  510.                                                                  </td>
  511.                                                                  <td>
  512.                                                                      <asp:TextBox ID="PANTextBox" runat="server" Text='<%# Bind("PAN") %>' />
  513.                                                                  </td>
  514.                                                              </tr>
  515.                                                              <tr>
  516.                                                                  <td>
  517.                                                                      DOFJ:
  518.                                                                  </td>
  519.                                                                  <td>
  520.                                                                      <asp:TextBox ID="DOFJTextBox" runat="server" 
  521.                                                                          Text='<%# Bind("DOFJ", "{0:d}") %>' />
  522.                                                                  </td>
  523.                                                                  <td>
  524.                                                                      &nbsp;</td>
  525.                                                                  <td>
  526.                                                                      DOFC:
  527.                                                                  </td>
  528.                                                                  <td>
  529.                                                                      <asp:TextBox ID="DOFCTextBox" runat="server" 
  530.                                                                          Text='<%# Bind("DOFC", "{0:d}") %>' />
  531.                                                                  </td>
  532.                                                                  <td>
  533.                                                                      &nbsp;</td>
  534.                                                                  <td>
  535.                                                                      NextReview:
  536.                                                                  </td>
  537.                                                                  <td>
  538.                                                                      <asp:TextBox ID="NextReviewTextBox" runat="server" 
  539.                                                                          Text='<%# Bind("NextReview") %>' />
  540.                                                                  </td>
  541.                                                              </tr>
  542.                                                              <tr>
  543.                                                                  <td>
  544.                                                                      resign:
  545.                                                                  </td>
  546.                                                                  <td>
  547.                                                                      <asp:TextBox ID="resignTextBox" runat="server" Text='<%# Bind("resign") %>' />
  548.                                                                  </td>
  549.                                                                  <td>
  550.                                                                      &nbsp;</td>
  551.                                                                  <td>
  552.                                                                      &nbsp;</td>
  553.                                                                  <td>
  554.                                                                      &nbsp;</td>
  555.                                                                  <td>
  556.                                                                      &nbsp;</td>
  557.                                                                  <td>
  558.                                                                      &nbsp;</td>
  559.                                                                  <td>
  560.                                                                      &nbsp;</td>
  561.                                                              </tr>
  562.                                                              <tr>
  563.                                                                  <td>
  564.                                                                      &nbsp;</td>
  565.                                                                  <td>
  566.                                                                      &nbsp;</td>
  567.                                                                  <td>
  568.                                                                      &nbsp;</td>
  569.                                                                  <td>
  570.                                                                      &nbsp;</td>
  571.                                                                  <td>
  572.                                                                      &nbsp;</td>
  573.                                                                  <td>
  574.                                                                      &nbsp;</td>
  575.                                                                  <td>
  576.                                                                      &nbsp;</td>
  577.                                                                  <td>
  578.                                                                      &nbsp;</td>
  579.                                                              </tr>
  580.                                                              <tr>
  581.                                                                  <td ID="menu_td_bg" colspan="8">
  582.                                                                      Communication Details</td>
  583.                                                              </tr>
  584.                                                              <tr>
  585.                                                                  <td>
  586.                                                                      Add1:
  587.                                                                  </td>
  588.                                                                  <td>
  589.                                                                      <asp:TextBox ID="Add1TextBox" runat="server" Text='<%# Bind("Add1") %>' 
  590.                                                                          Width="250px" />
  591.                                                                  </td>
  592.                                                                  <td>
  593.                                                                      &nbsp;</td>
  594.                                                                  <td>
  595.                                                                      Add2:
  596.                                                                  </td>
  597.                                                                  <td colspan="4">
  598.                                                                      <asp:TextBox ID="Add2TextBox" runat="server" Text='<%# Bind("Add2") %>' 
  599.                                                                          Width="250px" />
  600.                                                                  </td>
  601.                                                              </tr>
  602.                                                              <tr>
  603.                                                                  <td>
  604.                                                                      City_Pin:
  605.                                                                  </td>
  606.                                                                  <td>
  607.                                                                      <asp:TextBox ID="City_PinTextBox" runat="server" 
  608.                                                                          Text='<%# Bind("City_Pin") %>' />
  609.                                                                  </td>
  610.                                                                  <td>
  611.                                                                      &nbsp;</td>
  612.                                                                  <td>
  613.                                                                      Zip:
  614.                                                                  </td>
  615.                                                                  <td>
  616.                                                                      <asp:TextBox ID="ZipTextBox" runat="server" Text='<%# Bind("Zip") %>' />
  617.                                                                  </td>
  618.                                                                  <td>
  619.                                                                      &nbsp;</td>
  620.                                                                  <td>
  621.                                                                      &nbsp;</td>
  622.                                                                  <td>
  623.                                                                      &nbsp;</td>
  624.                                                              </tr>
  625.                                                              <tr>
  626.                                                                  <td>
  627.                                                                      State:
  628.                                                                  </td>
  629.                                                                  <td>
  630.                                                                      <asp:TextBox ID="StateTextBox" runat="server" Text='<%# Bind("State") %>' />
  631.                                                                  </td>
  632.                                                                  <td>
  633.                                                                      &nbsp;</td>
  634.                                                                  <td>
  635.                                                                      Country:
  636.                                                                  </td>
  637.                                                                  <td>
  638.                                                                      <asp:TextBox ID="CountryTextBox" runat="server" Text='<%# Bind("Country") %>' />
  639.                                                                  </td>
  640.                                                                  <td>
  641.                                                                      &nbsp;</td>
  642.                                                                  <td>
  643.                                                                      &nbsp;</td>
  644.                                                                  <td>
  645.                                                                      &nbsp;</td>
  646.                                                              </tr>
  647.                                                              <tr>
  648.                                                                  <td>
  649.                                                                      HousePhone:
  650.                                                                  </td>
  651.                                                                  <td>
  652.                                                                      <asp:TextBox ID="HousePhoneTextBox" runat="server" 
  653.                                                                          Text='<%# Bind("HousePhone") %>' />
  654.                                                                  </td>
  655.                                                                  <td>
  656.                                                                      &nbsp;</td>
  657.                                                                  <td>
  658.                                                                      WorkPhone:
  659.                                                                  </td>
  660.                                                                  <td>
  661.                                                                      <asp:TextBox ID="WorkPhoneTextBox" runat="server" 
  662.                                                                          Text='<%# Bind("WorkPhone") %>' />
  663.                                                                  </td>
  664.                                                                  <td>
  665.                                                                      &nbsp;</td>
  666.                                                                  <td>
  667.                                                                      &nbsp;</td>
  668.                                                                  <td>
  669.                                                                      &nbsp;</td>
  670.                                                              </tr>
  671.                                                              <tr>
  672.                                                                  <td>
  673.                                                                      Mobile:
  674.                                                                  </td>
  675.                                                                  <td>
  676.                                                                      <asp:TextBox ID="MobileTextBox" runat="server" Text='<%# Bind("Mobile") %>' />
  677.                                                                  </td>
  678.                                                                  <td>
  679.                                                                      &nbsp;</td>
  680.                                                                  <td>
  681.                                                                      Fax:
  682.                                                                  </td>
  683.                                                                  <td>
  684.                                                                      <asp:TextBox ID="FaxTextBox" runat="server" Text='<%# Bind("Fax") %>' />
  685.                                                                  </td>
  686.                                                                  <td>
  687.                                                                      &nbsp;</td>
  688.                                                                  <td>
  689.                                                                      &nbsp;</td>
  690.                                                                  <td>
  691.                                                                      &nbsp;</td>
  692.                                                              </tr>
  693.                                                              <tr>
  694.                                                                  <td>
  695.                                                                      Email:
  696.                                                                  </td>
  697.                                                                  <td>
  698.                                                                      <asp:TextBox ID="EmailTextBox" runat="server" Text='<%# Bind("Email") %>' />
  699.                                                                  </td>
  700.                                                                  <td>
  701.                                                                      &nbsp;</td>
  702.                                                                  <td>
  703.                                                                      AlternateEmail:
  704.                                                                  </td>
  705.                                                                  <td>
  706.                                                                      <asp:TextBox ID="AlternateEmailTextBox" runat="server" 
  707.                                                                          Text='<%# Bind("AlternateEmail") %>' />
  708.                                                                  </td>
  709.                                                                  <td>
  710.                                                                      &nbsp;</td>
  711.                                                                  <td>
  712.                                                                      &nbsp;</td>
  713.                                                                  <td>
  714.                                                                      &nbsp;</td>
  715.                                                              </tr>
  716.                                                              <tr>
  717.                                                                  <td>
  718.                                                                      &nbsp;</td>
  719.                                                                  <td>
  720.                                                                      &nbsp;</td>
  721.                                                                  <td>
  722.                                                                      &nbsp;</td>
  723.                                                                  <td>
  724.                                                                      &nbsp;</td>
  725.                                                                  <td>
  726.                                                                      &nbsp;</td>
  727.                                                                  <td>
  728.                                                                      &nbsp;</td>
  729.                                                                  <td>
  730.                                                                      &nbsp;</td>
  731.                                                                  <td>
  732.                                                                      &nbsp;</td>
  733.                                                              </tr>
  734.                                                              <tr>
  735.                                                                  <td ID="menu_td_bg" colspan="8">
  736.                                                                      Qualification</td>
  737.                                                              </tr>
  738.                                                              <tr>
  739.                                                                  <td>
  740.                                                                      Qualifications:
  741.                                                                  </td>
  742.                                                                  <td colspan="6">
  743.                                                                      <asp:TextBox ID="QualificationsTextBox" runat="server" 
  744.                                                                          Text='<%# Bind("Qualifications") %>' Width="500px" />
  745.                                                                  </td>
  746.                                                                  <td>
  747.                                                                      &nbsp;</td>
  748.                                                              </tr>
  749.                                                              <tr>
  750.                                                                  <td>
  751.                                                                      &nbsp;</td>
  752.                                                                  <td>
  753.                                                                      &nbsp;</td>
  754.                                                                  <td>
  755.                                                                      &nbsp;</td>
  756.                                                                  <td>
  757.                                                                      &nbsp;</td>
  758.                                                                  <td>
  759.                                                                      &nbsp;</td>
  760.                                                                  <td>
  761.                                                                      &nbsp;</td>
  762.                                                                  <td>
  763.                                                                      &nbsp;</td>
  764.                                                                  <td>
  765.                                                                      &nbsp;</td>
  766.                                                              </tr>
  767.                                                              <tr>
  768.                                                                  <td ID="menu_td_bg" colspan="8">
  769.                                                                      Other Details</td>
  770.                                                              </tr>
  771.                                                              <tr>
  772.                                                                  <td>
  773.                                                                      PFNo:
  774.                                                                  </td>
  775.                                                                  <td>
  776.                                                                      <asp:TextBox ID="PFNoTextBox" runat="server" Text='<%# Bind("PFNo") %>' />
  777.                                                                  </td>
  778.                                                                  <td>
  779.                                                                      &nbsp;</td>
  780.                                                                  <td>
  781.                                                                      ESIno:
  782.                                                                  </td>
  783.                                                                  <td>
  784.                                                                      <asp:TextBox ID="ESInoTextBox" runat="server" Text='<%# Bind("ESIno") %>' />
  785.                                                                  </td>
  786.                                                                  <td>
  787.                                                                      &nbsp;</td>
  788.                                                                  <td>
  789.                                                                      PayMode:
  790.                                                                  </td>
  791.                                                                  <td>
  792.                                                                      <asp:TextBox ID="PayModeTextBox" runat="server" Text='<%# Bind("PayMode") %>' />
  793.                                                                  </td>
  794.                                                              </tr>
  795.                                                              <tr>
  796.                                                                  <td>
  797.                                                                      BankAcNo:
  798.                                                                  </td>
  799.                                                                  <td>
  800.                                                                      <asp:TextBox ID="BankAcNoTextBox" runat="server" 
  801.                                                                          Text='<%# Bind("BankAcNo") %>' />
  802.                                                                  </td>
  803.                                                                  <td>
  804.                                                                      &nbsp;</td>
  805.                                                                  <td>
  806.                                                                      BankName:
  807.                                                                  </td>
  808.                                                                  <td>
  809.                                                                      <asp:TextBox ID="BankNameTextBox" runat="server" 
  810.                                                                          Text='<%# Bind("BankName") %>' />
  811.                                                                  </td>
  812.                                                                  <td>
  813.                                                                      &nbsp;</td>
  814.                                                                  <td>
  815.                                                                      BankBranch:
  816.                                                                  </td>
  817.                                                                  <td>
  818.                                                                      <asp:TextBox ID="BankBranchTextBox" runat="server" 
  819.                                                                          Text='<%# Bind("BankBranch") %>' />
  820.                                                                  </td>
  821.                                                              </tr>
  822.                                                              <tr>
  823.                                                                  <td>
  824.                                                                      AttendCardNo:
  825.                                                                  </td>
  826.                                                                  <td>
  827.                                                                      <asp:TextBox ID="AttendCardNoTextBox" runat="server" 
  828.                                                                          Text='<%# Bind("AttendCardNo") %>' />
  829.                                                                  </td>
  830.                                                                  <td>
  831.                                                                      &nbsp;</td>
  832.                                                                  <td>
  833.                                                                      DeductPf:
  834.                                                                  </td>
  835.                                                                  <td>
  836.                                                                      <asp:TextBox ID="DeductPfTextBox" runat="server" 
  837.                                                                          Text='<%# Bind("DeductPf") %>' />
  838.                                                                  </td>
  839.                                                                  <td>
  840.                                                                      &nbsp;</td>
  841.                                                                  <td>
  842.                                                                      PFOn:
  843.                                                                  </td>
  844.                                                                  <td>
  845.                                                                      <asp:TextBox ID="PFOnTextBox" runat="server" Text='<%# Bind("PFOn") %>' />
  846.                                                                  </td>
  847.                                                              </tr>
  848.                                                              <tr>
  849.                                                                  <td>
  850.                                                                      &nbsp;</td>
  851.                                                                  <td>
  852.                                                                      &nbsp;</td>
  853.                                                                  <td>
  854.                                                                      &nbsp;</td>
  855.                                                                  <td>
  856.                                                                      &nbsp;</td>
  857.                                                                  <td>
  858.                                                                      &nbsp;</td>
  859.                                                                  <td>
  860.                                                                      &nbsp;</td>
  861.                                                                  <td>
  862.                                                                      &nbsp;</td>
  863.                                                                  <td>
  864.                                                                      &nbsp;</td>
  865.                                                              </tr>
  866.                                                              <tr>
  867.                                                                  <td>
  868.                                                                      PrevCompName:
  869.                                                                  </td>
  870.                                                                  <td colspan="6">
  871.                                                                      <asp:TextBox ID="PrevCompNameTextBox" runat="server" 
  872.                                                                          Text='<%# Bind("PrevCompName") %>' Width="500px" />
  873.                                                                  </td>
  874.                                                                  <td>
  875.                                                                      &nbsp;</td>
  876.                                                              </tr>
  877.                                                              <tr>
  878.                                                                  <td>
  879.                                                                      PrevCompAdd:
  880.                                                                  </td>
  881.                                                                  <td colspan="6">
  882.                                                                      <asp:TextBox ID="PrevCompAddTextBox" runat="server" 
  883.                                                                          Text='<%# Bind("PrevCompAdd") %>' Width="500px" />
  884.                                                                  </td>
  885.                                                                  <td>
  886.                                                                      &nbsp;</td>
  887.                                                              </tr>
  888.                                                              <tr>
  889.                                                                  <td>
  890.                                                                      ServiceFrom:
  891.                                                                  </td>
  892.                                                                  <td>
  893.                                                                      <asp:TextBox ID="ServiceFromTextBox" runat="server" 
  894.                                                                          Text='<%# Bind("ServiceFrom") %>' />
  895.                                                                  </td>
  896.                                                                  <td>
  897.                                                                      &nbsp;</td>
  898.                                                                  <td>
  899.                                                                      ServiceTo:
  900.                                                                  </td>
  901.                                                                  <td>
  902.                                                                      <asp:TextBox ID="ServiceToTextBox" runat="server" 
  903.                                                                          Text='<%# Bind("ServiceTo") %>' />
  904.                                                                  </td>
  905.                                                                  <td>
  906.                                                                      &nbsp;</td>
  907.                                                                  <td>
  908.                                                                      &nbsp;</td>
  909.                                                                  <td>
  910.                                                                      &nbsp;</td>
  911.                                                              </tr>
  912.                                                              <tr>
  913.                                                                  <td>
  914.                                                                      InTimeHrs:
  915.                                                                  </td>
  916.                                                                  <td>
  917.                                                                      <asp:TextBox ID="InTimeHrsTextBox" runat="server" 
  918.                                                                          Text='<%# Bind("InTimeHrs") %>' />
  919.                                                                  </td>
  920.                                                                  <td>
  921.                                                                      &nbsp;</td>
  922.                                                                  <td>
  923.                                                                      InTimeMnt:
  924.                                                                  </td>
  925.                                                                  <td>
  926.                                                                      <asp:TextBox ID="InTimeMntTextBox" runat="server" 
  927.                                                                          Text='<%# Bind("InTimeMnt") %>' />
  928.                                                                  </td>
  929.                                                                  <td>
  930.                                                                      &nbsp;</td>
  931.                                                                  <td>
  932.                                                                      &nbsp;</td>
  933.                                                                  <td>
  934.                                                                      &nbsp;</td>
  935.                                                              </tr>
  936.                                                              <tr>
  937.                                                                  <td>
  938.                                                                      OutTimeHrs:
  939.                                                                  </td>
  940.                                                                  <td>
  941.                                                                      <asp:TextBox ID="OutTimeHrsTextBox" runat="server" 
  942.                                                                          Text='<%# Bind("OutTimeHrs") %>' />
  943.                                                                  </td>
  944.                                                                  <td>
  945.                                                                      &nbsp;</td>
  946.                                                                  <td>
  947.                                                                      OutTimeMnt:
  948.                                                                  </td>
  949.                                                                  <td>
  950.                                                                      <asp:TextBox ID="OutTimeMntTextBox" runat="server" 
  951.                                                                          Text='<%# Bind("OutTimeMnt") %>' />
  952.                                                                  </td>
  953.                                                                  <td>
  954.                                                                      &nbsp;</td>
  955.                                                                  <td>
  956.                                                                      &nbsp;</td>
  957.                                                                  <td>
  958.                                                                      &nbsp;</td>
  959.                                                              </tr>
  960.                                                              <tr>
  961.                                                                  <td>
  962.                                                                      &nbsp;</td>
  963.                                                                  <td>
  964.                                                                      &nbsp;</td>
  965.                                                                  <td>
  966.                                                                      &nbsp;</td>
  967.                                                                  <td>
  968.                                                                      &nbsp;</td>
  969.                                                                  <td>
  970.                                                                      &nbsp;</td>
  971.                                                                  <td>
  972.                                                                      &nbsp;</td>
  973.                                                                  <td>
  974.                                                                      &nbsp;</td>
  975.                                                                  <td>
  976.                                                                      &nbsp;</td>
  977.                                                              </tr>
  978.                                                              <tr>
  979.                                                                  <td>
  980.                                                                      LateAllotHrs:
  981.                                                                  </td>
  982.                                                                  <td>
  983.                                                                      <asp:TextBox ID="LateAllotHrsTextBox" runat="server" 
  984.                                                                          Text='<%# Bind("LateAllotHrs") %>' />
  985.                                                                  </td>
  986.                                                                  <td>
  987.                                                                      &nbsp;</td>
  988.                                                                  <td>
  989.                                                                      LateAllotMnt:
  990.                                                                  </td>
  991.                                                                  <td>
  992.                                                                      <asp:TextBox ID="LateAllotMntTextBox" runat="server" 
  993.                                                                          Text='<%# Bind("LateAllotMnt") %>' />
  994.                                                                  </td>
  995.                                                                  <td>
  996.                                                                      &nbsp;</td>
  997.                                                                  <td>
  998.                                                                      OTAllowed:
  999.                                                                  </td>
  1000.                                                                  <td>
  1001.                                                                      <asp:TextBox ID="OTAllowedTextBox" runat="server" 
  1002.                                                                          Text='<%# Bind("OTAllowed") %>' />
  1003.                                                                  </td>
  1004.                                                              </tr>
  1005.                                                              <tr>
  1006.                                                                  <td>
  1007.                                                                      DailyBasis:
  1008.                                                                  </td>
  1009.                                                                  <td>
  1010.                                                                      <asp:TextBox ID="DailyBasisTextBox" runat="server" 
  1011.                                                                          Text='<%# Bind("DailyBasis") %>' />
  1012.                                                                  </td>
  1013.                                                                  <td>
  1014.                                                                      &nbsp;</td>
  1015.                                                                  <td>
  1016.                                                                      Bonus:
  1017.                                                                  </td>
  1018.                                                                  <td>
  1019.                                                                      <asp:TextBox ID="BonusTextBox" runat="server" Text='<%# Bind("Bonus") %>' />
  1020.                                                                  </td>
  1021.                                                                  <td>
  1022.                                                                      &nbsp;</td>
  1023.                                                                  <td>
  1024.                                                                      &nbsp;</td>
  1025.                                                                  <td>
  1026.                                                                      &nbsp;</td>
  1027.                                                              </tr>
  1028.                                                              <tr>
  1029.                                                                  <td>
  1030.                                                                      &nbsp;</td>
  1031.                                                                  <td>
  1032.                                                                      &nbsp;</td>
  1033.                                                                  <td>
  1034.                                                                      &nbsp;</td>
  1035.                                                                  <td>
  1036.                                                                      &nbsp;</td>
  1037.                                                                  <td>
  1038.                                                                      &nbsp;</td>
  1039.                                                                  <td>
  1040.                                                                      &nbsp;</td>
  1041.                                                                  <td>
  1042.                                                                      &nbsp;</td>
  1043.                                                                  <td>
  1044.                                                                      &nbsp;</td>
  1045.                                                              </tr>
  1046.                                                              <tr>
  1047.                                                                  <td>
  1048.                                                                      &nbsp;</td>
  1049.                                                                  <td>
  1050.                                                                      &nbsp;</td>
  1051.                                                                  <td>
  1052.                                                                      &nbsp;</td>
  1053.                                                                  <td>
  1054.                                                                      &nbsp;</td>
  1055.                                                                  <td>
  1056.                                                                      &nbsp;</td>
  1057.                                                                  <td>
  1058.                                                                      &nbsp;</td>
  1059.                                                                  <td>
  1060.                                                                      &nbsp;</td>
  1061.                                                                  <td>
  1062.                                                                      &nbsp;</td>
  1063.                                                              </tr>
  1064.                                                          </table>
  1065.                                                          <br />
  1066.                                                          <br />
  1067.                                                          <asp:LinkButton ID="UpdateButton" runat="server" CausesValidation="True" 
  1068.                                                              CommandName="Update" Text="Update" />
  1069.                                                          &nbsp;<asp:LinkButton ID="UpdateCancelButton" runat="server" 
  1070.                                                              CausesValidation="False" CommandName="Cancel" Text="Cancel" />
  1071.                                                      </EditItemTemplate>
  1072.                                                      <InsertItemTemplate>
  1073.                                                          emp_id:
  1074.                                                          <asp:TextBox ID="emp_idTextBox" runat="server" Text='<%# Bind("emp_id") %>' />
  1075.                                                          <br />
  1076.                                                          Password:
  1077.                                                          <asp:TextBox ID="PasswordTextBox" runat="server" 
  1078.                                                              Text='<%# Bind("Password") %>' />
  1079.                                                          <br />
  1080.                                                          FirstName:
  1081.                                                          <asp:TextBox ID="FirstNameTextBox" runat="server" 
  1082.                                                              Text='<%# Bind("FirstName") %>' />
  1083.                                                          <br />
  1084.                                                          MiddleName:
  1085.                                                          <asp:TextBox ID="MiddleNameTextBox" runat="server" 
  1086.                                                              Text='<%# Bind("MiddleName") %>' />
  1087.                                                          <br />
  1088.                                                          LastName:
  1089.                                                          <asp:TextBox ID="LastNameTextBox" runat="server" 
  1090.                                                              Text='<%# Bind("LastName") %>' />
  1091.                                                          <br />
  1092.                                                          EmpName:
  1093.                                                          <asp:TextBox ID="EmpNameTextBox" runat="server" Text='<%# Bind("EmpName") %>' />
  1094.                                                          <br />
  1095.                                                          Gender:
  1096.                                                          <asp:TextBox ID="GenderTextBox" runat="server" Text='<%# Bind("Gender") %>' />
  1097.                                                          <br />
  1098.                                                          MaritalStatus:
  1099.                                                          <asp:TextBox ID="MaritalStatusTextBox" runat="server" 
  1100.                                                              Text='<%# Bind("MaritalStatus") %>' />
  1101.                                                          <br />
  1102.                                                          Initial:
  1103.                                                          <asp:TextBox ID="InitialTextBox" runat="server" Text='<%# Bind("Initial") %>' />
  1104.                                                          <br />
  1105.                                                          EmpCategory:
  1106.                                                          <asp:TextBox ID="EmpCategoryTextBox" runat="server" 
  1107.                                                              Text='<%# Bind("EmpCategory") %>' />
  1108.                                                          <br />
  1109.                                                          EmpDesg:
  1110.                                                          <asp:TextBox ID="EmpDesgTextBox" runat="server" Text='<%# Bind("EmpDesg") %>' />
  1111.                                                          <br />
  1112.                                                          DEPT:
  1113.                                                          <asp:TextBox ID="DEPTTextBox" runat="server" Text='<%# Bind("DEPT") %>' />
  1114.                                                          <br />
  1115.                                                          ZONE:
  1116.                                                          <asp:TextBox ID="ZONETextBox" runat="server" Text='<%# Bind("ZONE") %>' />
  1117.                                                          <br />
  1118.                                                          DOFB:
  1119.                                                          <asp:TextBox ID="DOFBTextBox" runat="server" Text='<%# Bind("DOFB") %>' />
  1120.                                                          <br />
  1121.                                                          Branch:
  1122.                                                          <asp:TextBox ID="BranchTextBox" runat="server" Text='<%# Bind("Branch") %>' />
  1123.                                                          <br />
  1124.                                                          Add1:
  1125.                                                          <asp:TextBox ID="Add1TextBox" runat="server" Text='<%# Bind("Add1") %>' />
  1126.                                                          <br />
  1127.                                                          Add2:
  1128.                                                          <asp:TextBox ID="Add2TextBox" runat="server" Text='<%# Bind("Add2") %>' />
  1129.                                                          <br />
  1130.                                                          City_Pin:
  1131.                                                          <asp:TextBox ID="City_PinTextBox" runat="server" 
  1132.                                                              Text='<%# Bind("City_Pin") %>' />
  1133.                                                          <br />
  1134.                                                          Zip:
  1135.                                                          <asp:TextBox ID="ZipTextBox" runat="server" Text='<%# Bind("Zip") %>' />
  1136.                                                          <br />
  1137.                                                          State:
  1138.                                                          <asp:TextBox ID="StateTextBox" runat="server" Text='<%# Bind("State") %>' />
  1139.                                                          <br />
  1140.                                                          Country:
  1141.                                                          <asp:TextBox ID="CountryTextBox" runat="server" Text='<%# Bind("Country") %>' />
  1142.                                                          <br />
  1143.                                                          HousePhone:
  1144.                                                          <asp:TextBox ID="HousePhoneTextBox" runat="server" 
  1145.                                                              Text='<%# Bind("HousePhone") %>' />
  1146.                                                          <br />
  1147.                                                          WorkPhone:
  1148.                                                          <asp:TextBox ID="WorkPhoneTextBox" runat="server" 
  1149.                                                              Text='<%# Bind("WorkPhone") %>' />
  1150.                                                          <br />
  1151.                                                          Mobile:
  1152.                                                          <asp:TextBox ID="MobileTextBox" runat="server" Text='<%# Bind("Mobile") %>' />
  1153.                                                          <br />
  1154.                                                          Fax:
  1155.                                                          <asp:TextBox ID="FaxTextBox" runat="server" Text='<%# Bind("Fax") %>' />
  1156.                                                          <br />
  1157.                                                          Email:
  1158.                                                          <asp:TextBox ID="EmailTextBox" runat="server" Text='<%# Bind("Email") %>' />
  1159.                                                          <br />
  1160.                                                          AlternateEmail:
  1161.                                                          <asp:TextBox ID="AlternateEmailTextBox" runat="server" 
  1162.                                                              Text='<%# Bind("AlternateEmail") %>' />
  1163.                                                          <br />
  1164.                                                          PAN:
  1165.                                                          <asp:TextBox ID="PANTextBox" runat="server" Text='<%# Bind("PAN") %>' />
  1166.                                                          <br />
  1167.                                                          DOFJ:
  1168.                                                          <asp:TextBox ID="DOFJTextBox" runat="server" Text='<%# Bind("DOFJ") %>' />
  1169.                                                          <br />
  1170.                                                          DOFC:
  1171.                                                          <asp:TextBox ID="DOFCTextBox" runat="server" Text='<%# Bind("DOFC") %>' />
  1172.                                                          <br />
  1173.                                                          NextReview:
  1174.                                                          <asp:TextBox ID="NextReviewTextBox" runat="server" 
  1175.                                                              Text='<%# Bind("NextReview") %>' />
  1176.                                                          <br />
  1177.                                                          CompanyCode:
  1178.                                                          <asp:TextBox ID="CompanyCodeTextBox" runat="server" 
  1179.                                                              Text='<%# Bind("CompanyCode") %>' />
  1180.                                                          <br />
  1181.                                                          Signature:
  1182.                                                          <asp:TextBox ID="SignatureTextBox" runat="server" 
  1183.                                                              Text='' />
  1184.                                                          <br />
  1185.                                                          Qualifications:
  1186.                                                          <asp:TextBox ID="QualificationsTextBox" runat="server" 
  1187.                                                              Text='<%# Bind("Qualifications") %>' />
  1188.                                                          <br />
  1189.                                                          SpouseName:
  1190.                                                          <asp:TextBox ID="SpouseNameTextBox" runat="server" 
  1191.                                                              Text='<%# Bind("SpouseName") %>' />
  1192.                                                          <br />
  1193.                                                          SpouseDOFB:
  1194.                                                          <asp:TextBox ID="SpouseDOFBTextBox" runat="server" 
  1195.                                                              Text='<%# Bind("SpouseDOFB") %>' />
  1196.                                                          <br />
  1197.                                                          DOFA:
  1198.                                                          <asp:TextBox ID="DOFATextBox" runat="server" Text='<%# Bind("DOFA") %>' />
  1199.                                                          <br />
  1200.                                                          Rights:
  1201.                                                          <asp:TextBox ID="RightsTextBox" runat="server" Text='<%# Bind("Rights") %>' />
  1202.                                                          <br />
  1203.                                                          Status:
  1204.                                                          <asp:TextBox ID="StatusTextBox" runat="server" Text='<%# Bind("Status") %>' />
  1205.                                                          <br />
  1206.                                                          resign:
  1207.                                                          <asp:TextBox ID="resignTextBox" runat="server" Text='<%# Bind("resign") %>' />
  1208.                                                          <br />
  1209.                                                          Photo:
  1210.                                                          <asp:TextBox ID="PhotoTextBox" runat="server" Text='' />
  1211.                                                          <br />
  1212.                                                          PFNo:
  1213.                                                          <asp:TextBox ID="PFNoTextBox" runat="server" Text='<%# Bind("PFNo") %>' />
  1214.                                                          <br />
  1215.                                                          ESIno:
  1216.                                                          <asp:TextBox ID="ESInoTextBox" runat="server" Text='<%# Bind("ESIno") %>' />
  1217.                                                          <br />
  1218.                                                          PayMode:
  1219.                                                          <asp:TextBox ID="PayModeTextBox" runat="server" Text='<%# Bind("PayMode") %>' />
  1220.                                                          <br />
  1221.                                                          BankAcNo:
  1222.                                                          <asp:TextBox ID="BankAcNoTextBox" runat="server" 
  1223.                                                              Text='<%# Bind("BankAcNo") %>' />
  1224.                                                          <br />
  1225.                                                          BankName:
  1226.                                                          <asp:TextBox ID="BankNameTextBox" runat="server" 
  1227.                                                              Text='<%# Bind("BankName") %>' />
  1228.                                                          <br />
  1229.                                                          BankBranch:
  1230.                                                          <asp:TextBox ID="BankBranchTextBox" runat="server" 
  1231.                                                              Text='<%# Bind("BankBranch") %>' />
  1232.                                                          <br />
  1233.                                                          AttendCardNo:
  1234.                                                          <asp:TextBox ID="AttendCardNoTextBox" runat="server" 
  1235.                                                              Text='<%# Bind("AttendCardNo") %>' />
  1236.                                                          <br />
  1237.                                                          DeductPf:
  1238.                                                          <asp:TextBox ID="DeductPfTextBox" runat="server" 
  1239.                                                              Text='<%# Bind("DeductPf") %>' />
  1240.                                                          <br />
  1241.                                                          PFOn:
  1242.                                                          <asp:TextBox ID="PFOnTextBox" runat="server" Text='<%# Bind("PFOn") %>' />
  1243.                                                          <br />
  1244.                                                          PrevCompName:
  1245.                                                          <asp:TextBox ID="PrevCompNameTextBox" runat="server" 
  1246.                                                              Text='<%# Bind("PrevCompName") %>' />
  1247.                                                          <br />
  1248.                                                          PrevCompAdd:
  1249.                                                          <asp:TextBox ID="PrevCompAddTextBox" runat="server" 
  1250.                                                              Text='<%# Bind("PrevCompAdd") %>' />
  1251.                                                          <br />
  1252.                                                          ServiceFrom:
  1253.                                                          <asp:TextBox ID="ServiceFromTextBox" runat="server" 
  1254.                                                              Text='<%# Bind("ServiceFrom") %>' />
  1255.                                                          <br />
  1256.                                                          ServiceTo:
  1257.                                                          <asp:TextBox ID="ServiceToTextBox" runat="server" 
  1258.                                                              Text='<%# Bind("ServiceTo") %>' />
  1259.                                                          <br />
  1260.                                                          InTimeHrs:
  1261.                                                          <asp:TextBox ID="InTimeHrsTextBox" runat="server" 
  1262.                                                              Text='<%# Bind("InTimeHrs") %>' />
  1263.                                                          <br />
  1264.                                                          InTimeMnt:
  1265.                                                          <asp:TextBox ID="InTimeMntTextBox" runat="server" 
  1266.                                                              Text='<%# Bind("InTimeMnt") %>' />
  1267.                                                          <br />
  1268.                                                          OutTimeHrs:
  1269.                                                          <asp:TextBox ID="OutTimeHrsTextBox" runat="server" 
  1270.                                                              Text='<%# Bind("OutTimeHrs") %>' />
  1271.                                                          <br />
  1272.                                                          OutTimeMnt:
  1273.                                                          <asp:TextBox ID="OutTimeMntTextBox" runat="server" 
  1274.                                                              Text='<%# Bind("OutTimeMnt") %>' />
  1275.                                                          <br />
  1276.                                                          LateAllotHrs:
  1277.                                                          <asp:TextBox ID="LateAllotHrsTextBox" runat="server" 
  1278.                                                              Text='<%# Bind("LateAllotHrs") %>' />
  1279.                                                          <br />
  1280.                                                          LateAllotMnt:
  1281.                                                          <asp:TextBox ID="LateAllotMntTextBox" runat="server" 
  1282.                                                              Text='<%# Bind("LateAllotMnt") %>' />
  1283.                                                          <br />
  1284.                                                          OTAllowed:
  1285.                                                          <asp:TextBox ID="OTAllowedTextBox" runat="server" 
  1286.                                                              Text='<%# Bind("OTAllowed") %>' />
  1287.                                                          <br />
  1288.                                                          DailyBasis:
  1289.                                                          <asp:TextBox ID="DailyBasisTextBox" runat="server" 
  1290.                                                              Text='<%# Bind("DailyBasis") %>' />
  1291.                                                          <br />
  1292.                                                          Bonus:
  1293.                                                          <asp:TextBox ID="BonusTextBox" runat="server" Text='<%# Bind("Bonus") %>' />
  1294.                                                          <br />
  1295.                                                          rowguid:
  1296.                                                          <asp:TextBox ID="rowguidTextBox" runat="server" Text='<%# Bind("rowguid") %>' />
  1297.                                                          <br />
  1298.                                                          <asp:LinkButton ID="InsertButton" runat="server" CausesValidation="True" 
  1299.                                                              CommandName="Insert" Text="Insert" />
  1300.                                                          &nbsp;<asp:LinkButton ID="InsertCancelButton" runat="server" 
  1301.                                                              CausesValidation="False" CommandName="Cancel" Text="Cancel" />
  1302.                                                      </InsertItemTemplate>
  1303.                                                      <ItemTemplate>
  1304.                                                          <table class="style15">
  1305.                                                              <tr>
  1306.                                                                  <td class="style16" ID="menu_td_bg" colspan="6">
  1307.                                                                      Personal Information</td>
  1308.                                                              </tr>
  1309.                                                              <tr>
  1310.                                                                  <td class="style16">
  1311.                                                                      RecId:
  1312.                                                                  </td>
  1313.                                                                  <td class="style17">
  1314.                                                                      <asp:Label ID="RecIdLabel" runat="server" Text='<%# Eval("RecId") %>' />
  1315.                                                                  </td>
  1316.                                                                  <td class="style19">
  1317.                                                                      emp_id:
  1318.                                                                  </td>
  1319.                                                                  <td class="style18">
  1320.                                                                      <asp:Label ID="emp_idLabel" runat="server" Text='<%# Bind("emp_id") %>' />
  1321.                                                                  </td>
  1322.                                                                  <td class="style20">
  1323.                                                                      &nbsp;</td>
  1324.                                                                  <td>
  1325.                                                                      &nbsp;</td>
  1326.                                                              </tr>
  1327.                                                              <tr>
  1328.                                                                  <td class="style16">
  1329.                                                                      FirstName:
  1330.                                                                  </td>
  1331.                                                                  <td class="style17">
  1332.                                                                      <asp:Label ID="FirstNameLabel" runat="server" height="19px" 
  1333.                                                                          Text='<%# Bind("FirstName") %>' width="124px" />
  1334.                                                                  </td>
  1335.                                                                  <td class="style19">
  1336.                                                                      MiddleName:
  1337.                                                                  </td>
  1338.                                                                  <td class="style18">
  1339.                                                                      <asp:Label ID="MiddleNameLabel" runat="server" Text='<%# Bind("MiddleName") %>' 
  1340.                                                                          width="124px" />
  1341.                                                                  </td>
  1342.                                                                  <td class="style20">
  1343.                                                                      LastName:
  1344.                                                                  </td>
  1345.                                                                  <td>
  1346.                                                                      <asp:Label ID="LastNameLabel" runat="server" Text='<%# Bind("LastName") %>' />
  1347.                                                                  </td>
  1348.                                                              </tr>
  1349.                                                              <tr>
  1350.                                                                  <td class="style16">
  1351.                                                                      EmpName:
  1352.                                                                  </td>
  1353.                                                                  <td class="style17">
  1354.                                                                      <asp:Label ID="EmpNameLabel" runat="server" Text='<%# Bind("EmpName") %>' />
  1355.                                                                  </td>
  1356.                                                                  <td class="style19">
  1357.                                                                      DOFB:
  1358.                                                                  </td>
  1359.                                                                  <td class="style18">
  1360.                                                                      <asp:Label ID="DOFBLabel" runat="server" Text='<%# Bind("DOFB") %>' />
  1361.                                                                  </td>
  1362.                                                                  <td class="style20">
  1363.                                                                      &nbsp;</td>
  1364.                                                                  <td>
  1365.                                                                      &nbsp;</td>
  1366.                                                              </tr>
  1367.                                                              <tr>
  1368.                                                                  <td class="style16">
  1369.                                                                      Gender:
  1370.                                                                  </td>
  1371.                                                                  <td class="style17">
  1372.                                                                      <asp:Label ID="GenderLabel" runat="server" Text='<%# Bind("Gender") %>' />
  1373.                                                                  </td>
  1374.                                                                  <td class="style19">
  1375.                                                                      MaritalStatus:
  1376.                                                                  </td>
  1377.                                                                  <td class="style18">
  1378.                                                                      <asp:Label ID="MaritalStatusLabel" runat="server" 
  1379.                                                                          Text='<%# Bind("MaritalStatus") %>' />
  1380.                                                                  </td>
  1381.                                                                  <td class="style20">
  1382.                                                                      &nbsp;</td>
  1383.                                                                  <td>
  1384.                                                                      &nbsp;</td>
  1385.                                                              </tr>
  1386.                                                              <tr>
  1387.                                                                  <td class="style16">
  1388.                                                                      SpouseName: </td>
  1389.                                                                  <td class="style17">
  1390.                                                                      <asp:Label ID="SpouseNameLabel" runat="server" 
  1391.                                                                          Text='<%# Bind("SpouseName") %>' />
  1392.                                                                  </td>
  1393.                                                                  <td class="style19">
  1394.                                                                      SpouseDOFB: </td>
  1395.                                                                  <td class="style18">
  1396.                                                                      <asp:Label ID="SpouseDOFBLabel" runat="server" 
  1397.                                                                          Text='<%# Bind("SpouseDOFB") %>' />
  1398.                                                                  </td>
  1399.                                                                  <td class="style20">
  1400.                                                                      DOFA: </td>
  1401.                                                                  <td>
  1402.                                                                      <asp:Label ID="DOFALabel" runat="server" Text='<%# Bind("DOFA") %>' />
  1403.                                                                  </td>
  1404.                                                              </tr>
  1405.                                                              <tr>
  1406.                                                                  <td class="style16" colspan="6">
  1407.                                                                      &nbsp;</td>
  1408.                                                              </tr>
  1409.                                                              <tr>
  1410.                                                                  <td class="style16" colspan="6">
  1411.                                                                      &nbsp;</td>
  1412.                                                              </tr>
  1413.                                                              <tr>
  1414.                                                                  <td class="style16">
  1415.                                                                      Initial:
  1416.                                                                  </td>
  1417.                                                                  <td class="style17">
  1418.                                                                      <asp:Label ID="InitialLabel" runat="server" Text='<%# Bind("Initial") %>' />
  1419.                                                                  </td>
  1420.                                                                  <td class="style19">
  1421.                                                                      EmpCategory:
  1422.                                                                  </td>
  1423.                                                                  <td class="style18">
  1424.                                                                      <asp:Label ID="EmpCategoryLabel" runat="server" 
  1425.                                                                          Text='<%# Bind("EmpCategory") %>' />
  1426.                                                                  </td>
  1427.                                                                  <td class="style20">
  1428.                                                                      EmpDesg:
  1429.                                                                  </td>
  1430.                                                                  <td>
  1431.                                                                      <asp:Label ID="EmpDesgLabel" runat="server" Text='<%# Bind("EmpDesg") %>' />
  1432.                                                                  </td>
  1433.                                                              </tr>
  1434.                                                              <tr>
  1435.                                                                  <td class="style16">
  1436.                                                                      DEPT:
  1437.                                                                  </td>
  1438.                                                                  <td class="style17">
  1439.                                                                      <asp:Label ID="DEPTLabel" runat="server" Text='<%# Bind("DEPT") %>' />
  1440.                                                                  </td>
  1441.                                                                  <td class="style19">
  1442.                                                                      ZONE:
  1443.                                                                  </td>
  1444.                                                                  <td class="style18">
  1445.                                                                      <asp:Label ID="ZONELabel" runat="server" Text='<%# Bind("ZONE") %>' />
  1446.                                                                  </td>
  1447.                                                                  <td class="style20">
  1448.                                                                      Branch:
  1449.                                                                  </td>
  1450.                                                                  <td>
  1451.                                                                      <asp:Label ID="BranchLabel" runat="server" Text='<%# Bind("Branch") %>' />
  1452.                                                                  </td>
  1453.                                                              </tr>
  1454.                                                              <tr>
  1455.                                                                  <td class="style16">
  1456.                                                                      PAN: </td>
  1457.                                                                  <td class="style17">
  1458.                                                                      <asp:Label ID="PANLabel" runat="server" Text='<%# Bind("PAN") %>' />
  1459.                                                                  </td>
  1460.                                                                  <td class="style19">
  1461.                                                                      DOFJ: </td>
  1462.                                                                  <td class="style18">
  1463.                                                                      <asp:Label ID="DOFJLabel" runat="server" Text='<%# Bind("DOFJ") %>' />
  1464.                                                                  </td>
  1465.                                                                  <td class="style20">
  1466.                                                                      DOFC: </td>
  1467.                                                                  <td>
  1468.                                                                      <asp:Label ID="DOFCLabel" runat="server" Text='<%# Bind("DOFC") %>' />
  1469.                                                                  </td>
  1470.                                                              </tr>
  1471.                                                              <tr>
  1472.                                                                  <td class="style16">
  1473.                                                                      &nbsp;</td>
  1474.                                                                  <td class="style17">
  1475.                                                                      &nbsp;</td>
  1476.                                                                  <td class="style19">
  1477.                                                                      &nbsp;</td>
  1478.                                                                  <td class="style18">
  1479.                                                                      &nbsp;</td>
  1480.                                                                  <td class="style20">
  1481.                                                                      &nbsp;</td>
  1482.                                                                  <td>
  1483.                                                                      &nbsp;</td>
  1484.                                                              </tr>
  1485.                                                              <tr>
  1486.                                                                  <td class="style16">
  1487.                                                                      &nbsp;</td>
  1488.                                                                  <td class="style17">
  1489.                                                                      &nbsp;</td>
  1490.                                                                  <td class="style19">
  1491.                                                                      &nbsp;</td>
  1492.                                                                  <td class="style18">
  1493.                                                                      &nbsp;</td>
  1494.                                                                  <td class="style20">
  1495.                                                                      &nbsp;</td>
  1496.                                                                  <td>
  1497.                                                                      &nbsp;</td>
  1498.                                                              </tr>
  1499.                                                              <tr>
  1500.                                                                  <td class="style16" ID="menu_td_bg" colspan="6">
  1501.                                                                      Communication Details </td>
  1502.                                                              </tr>
  1503.                                                              <tr>
  1504.                                                                  <td class="style16">
  1505.                                                                      Address:
  1506.                                                                  </td>
  1507.                                                                  <td class="style17" colspan="3">
  1508.                                                                      <asp:Label ID="Add1Label" runat="server" Text='<%# Bind("Add1") %>' />
  1509.                                                                  </td>
  1510.                                                                  <td class="style20">
  1511.                                                                      &nbsp;</td>
  1512.                                                                  <td>
  1513.                                                                      &nbsp;</td>
  1514.                                                              </tr>
  1515.                                                              <tr>
  1516.                                                                  <td class="style16">
  1517.                                                                      &nbsp;</td>
  1518.                                                                  <td class="style17" colspan="3">
  1519.                                                                      <asp:Label ID="Add2Label" runat="server" Text='<%# Bind("Add2") %>' />
  1520.                                                                  </td>
  1521.                                                                  <td class="style20">
  1522.                                                                      &nbsp;</td>
  1523.                                                                  <td>
  1524.                                                                      &nbsp;</td>
  1525.                                                              </tr>
  1526.                                                              <tr>
  1527.                                                                  <td class="style16">
  1528.                                                                      City:</td>
  1529.                                                                  <td class="style17">
  1530.                                                                      <asp:Label ID="City_PinLabel" runat="server" Text='<%# Bind("City_Pin") %>' />
  1531.                                                                  </td>
  1532.                                                                  <td class="style19">
  1533.                                                                      Zip:
  1534.                                                                  </td>
  1535.                                                                  <td class="style18">
  1536.                                                                      <asp:Label ID="ZipLabel" runat="server" Text='<%# Bind("Zip") %>' />
  1537.                                                                  </td>
  1538.                                                                  <td class="style20">
  1539.                                                                      &nbsp;</td>
  1540.                                                                  <td>
  1541.                                                                      &nbsp;</td>
  1542.                                                              </tr>
  1543.                                                              <tr>
  1544.                                                                  <td class="style16">
  1545.                                                                      State:
  1546.                                                                  </td>
  1547.                                                                  <td class="style17">
  1548.                                                                      <asp:Label ID="StateLabel" runat="server" Text='<%# Bind("State") %>' />
  1549.                                                                  </td>
  1550.                                                                  <td class="style19">
  1551.                                                                      Country:
  1552.                                                                  </td>
  1553.                                                                  <td class="style18">
  1554.                                                                      <asp:Label ID="CountryLabel" runat="server" Text='<%# Bind("Country") %>' />
  1555.                                                                  </td>
  1556.                                                                  <td class="style20">
  1557.                                                                      &nbsp;</td>
  1558.                                                                  <td>
  1559.                                                                      &nbsp;</td>
  1560.                                                              </tr>
  1561.                                                              <tr>
  1562.                                                                  <td class="style16">
  1563.                                                                      &nbsp;</td>
  1564.                                                                  <td class="style17">
  1565.                                                                      &nbsp;</td>
  1566.                                                                  <td class="style19">
  1567.                                                                      &nbsp;</td>
  1568.                                                                  <td class="style18">
  1569.                                                                      &nbsp;</td>
  1570.                                                                  <td class="style20">
  1571.                                                                      &nbsp;</td>
  1572.                                                                  <td>
  1573.                                                                      &nbsp;</td>
  1574.                                                              </tr>
  1575.                                                              <tr>
  1576.                                                                  <td class="style16">
  1577.                                                                      HousePhone:
  1578.                                                                  </td>
  1579.                                                                  <td class="style17">
  1580.                                                                      <asp:Label ID="HousePhoneLabel" runat="server" 
  1581.                                                                          Text='<%# Bind("HousePhone") %>' />
  1582.                                                                  </td>
  1583.                                                                  <td class="style19">
  1584.                                                                      WorkPhone:
  1585.                                                                  </td>
  1586.                                                                  <td class="style18">
  1587.                                                                      <asp:Label ID="WorkPhoneLabel" runat="server" Text='<%# Bind("WorkPhone") %>' />
  1588.                                                                  </td>
  1589.                                                                  <td class="style20">
  1590.                                                                      Mobile:
  1591.                                                                  </td>
  1592.                                                                  <td>
  1593.                                                                      <asp:Label ID="MobileLabel" runat="server" Text='<%# Bind("Mobile") %>' />
  1594.                                                                  </td>
  1595.                                                              </tr>
  1596.                                                              <tr>
  1597.                                                                  <td class="style16">
  1598.                                                                      Fax:
  1599.                                                                  </td>
  1600.                                                                  <td class="style17">
  1601.                                                                      <asp:Label ID="FaxLabel" runat="server" Text='<%# Bind("Fax") %>' />
  1602.                                                                  </td>
  1603.                                                                  <td class="style19">
  1604.                                                                      Email:
  1605.                                                                  </td>
  1606.                                                                  <td class="style18">
  1607.                                                                      <asp:Label ID="EmailLabel" runat="server" Text='<%# Bind("Email") %>' />
  1608.                                                                  </td>
  1609.                                                                  <td class="style20">
  1610.                                                                      &nbsp;</td>
  1611.                                                                  <td>
  1612.                                                                      &nbsp;</td>
  1613.                                                              </tr>
  1614.                                                              <tr>
  1615.                                                                  <td class="style16">
  1616.                                                                      AlternateEmail:
  1617.                                                                  </td>
  1618.                                                                  <td class="style17">
  1619.                                                                      <asp:Label ID="AlternateEmailLabel" runat="server" 
  1620.                                                                          Text='<%# Bind("AlternateEmail") %>' />
  1621.                                                                  </td>
  1622.                                                                  <td class="style19">
  1623.                                                                      NextReview:&nbsp;</td>
  1624.                                                                  <td class="style18">
  1625.                                                                      <asp:Label ID="NextReviewLabel" runat="server" 
  1626.                                                                          Text='<%# Bind("NextReview") %>' />
  1627.                                                                  </td>
  1628.                                                                  <td class="style20">
  1629.                                                                      &nbsp;</td>
  1630.                                                                  <td>
  1631.                                                                      &nbsp;</td>
  1632.                                                              </tr>
  1633.                                                              <tr>
  1634.                                                                  <td class="style16">
  1635.                                                                      &nbsp;</td>
  1636.                                                                  <td class="style17">
  1637.                                                                      &nbsp;</td>
  1638.                                                                  <td class="style19">
  1639.                                                                      &nbsp;</td>
  1640.                                                                  <td class="style18">
  1641.                                                                      &nbsp;</td>
  1642.                                                                  <td class="style20">
  1643.                                                                      &nbsp;</td>
  1644.                                                                  <td>
  1645.                                                                      &nbsp;</td>
  1646.                                                              </tr>
  1647.                                                              <tr>
  1648.                                                                  <td class="style16">
  1649.                                                                      &nbsp;</td>
  1650.                                                                  <td class="style17">
  1651.                                                                      &nbsp;</td>
  1652.                                                                  <td class="style19">
  1653.                                                                      &nbsp;</td>
  1654.                                                                  <td class="style18">
  1655.                                                                      &nbsp;</td>
  1656.                                                                  <td class="style20">
  1657.                                                                      &nbsp;</td>
  1658.                                                                  <td>
  1659.                                                                      &nbsp;</td>
  1660.                                                              </tr>
  1661.                                                              <tr>
  1662.                                                                  <td ID="menu_td_bg" class="style16" colspan="6">
  1663.                                                                      Qualification</td>
  1664.                                                              </tr>
  1665.                                                              <tr>
  1666.                                                                  <td class="style16">
  1667.                                                                      Qualifications:
  1668.                                                                  </td>
  1669.                                                                  <td class="style17">
  1670.                                                                      <asp:Label ID="QualificationsLabel" runat="server" 
  1671.                                                                          Text='<%# Bind("Qualifications") %>' />
  1672.                                                                  </td>
  1673.                                                                  <td class="style19">
  1674.                                                                      &nbsp;</td>
  1675.                                                                  <td class="style18">
  1676.                                                                      &nbsp;</td>
  1677.                                                                  <td class="style20">
  1678.                                                                      &nbsp;</td>
  1679.                                                                  <td>
  1680.                                                                      &nbsp;</td>
  1681.                                                              </tr>
  1682.                                                              <tr>
  1683.                                                                  <td class="style16">
  1684.                                                                      &nbsp;</td>
  1685.                                                                  <td class="style17">
  1686.                                                                      &nbsp;</td>
  1687.                                                                  <td class="style19">
  1688.                                                                      &nbsp;</td>
  1689.                                                                  <td class="style18">
  1690.                                                                      &nbsp;</td>
  1691.                                                                  <td class="style20">
  1692.                                                                      &nbsp;</td>
  1693.                                                                  <td>
  1694.                                                                      &nbsp;</td>
  1695.                                                              </tr>
  1696.                                                              <tr>
  1697.                                                                  <td class="style16" ID="menu_td_bg" colspan="6">
  1698.                                                                      Other Details</td>
  1699.                                                              </tr>
  1700.                                                              <tr>
  1701.                                                                  <td class="style16">
  1702.                                                                      PFNo:
  1703.                                                                  </td>
  1704.                                                                  <td class="style17">
  1705.                                                                      <asp:Label ID="PFNoLabel" runat="server" Text='<%# Bind("PFNo") %>' />
  1706.                                                                  </td>
  1707.                                                                  <td class="style19">
  1708.                                                                      ESIno:
  1709.                                                                  </td>
  1710.                                                                  <td class="style18">
  1711.                                                                      <asp:Label ID="ESInoLabel" runat="server" Text='<%# Bind("ESIno") %>' />
  1712.                                                                  </td>
  1713.                                                                  <td class="style20">
  1714.                                                                      &nbsp;</td>
  1715.                                                                  <td>
  1716.                                                                      &nbsp;</td>
  1717.                                                              </tr>
  1718.                                                              <tr>
  1719.                                                                  <td class="style16">
  1720.                                                                      DeductPf: </td>
  1721.                                                                  <td class="style17">
  1722.                                                                      <asp:Label ID="DeductPfLabel" runat="server" Text='<%# Bind("DeductPf") %>' />
  1723.                                                                  </td>
  1724.                                                                  <td class="style19">
  1725.                                                                      PFOn: </td>
  1726.                                                                  <td class="style18">
  1727.                                                                      <asp:Label ID="PFOnLabel" runat="server" Text='<%# Bind("PFOn") %>' />
  1728.                                                                  </td>
  1729.                                                                  <td class="style20">
  1730.                                                                      &nbsp;</td>
  1731.                                                                  <td>
  1732.                                                                      &nbsp;</td>
  1733.                                                              </tr>
  1734.                                                              <tr>
  1735.                                                                  <td class="style16">
  1736.                                                                      &nbsp;</td>
  1737.                                                                  <td class="style17">
  1738.                                                                      &nbsp;</td>
  1739.                                                                  <td class="style19">
  1740.                                                                      &nbsp;</td>
  1741.                                                                  <td class="style18">
  1742.                                                                      &nbsp;</td>
  1743.                                                                  <td class="style20">
  1744.                                                                      &nbsp;</td>
  1745.                                                                  <td>
  1746.                                                                      &nbsp;</td>
  1747.                                                              </tr>
  1748.                                                              <tr>
  1749.                                                                  <td class="style16">
  1750.                                                                      PayMode:
  1751.                                                                  </td>
  1752.                                                                  <td class="style17">
  1753.                                                                      <asp:Label ID="PayModeLabel" runat="server" Text='<%# Bind("PayMode") %>' />
  1754.                                                                  </td>
  1755.                                                                  <td class="style19">
  1756.                                                                      &nbsp;</td>
  1757.                                                                  <td class="style18">
  1758.                                                                      &nbsp;</td>
  1759.                                                                  <td class="style20">
  1760.                                                                      &nbsp;</td>
  1761.                                                                  <td>
  1762.                                                                      &nbsp;</td>
  1763.                                                              </tr>
  1764.                                                              <tr>
  1765.                                                                  <td class="style16">
  1766.                                                                      BankAcNo:
  1767.                                                                  </td>
  1768.                                                                  <td class="style17">
  1769.                                                                      <asp:Label ID="BankAcNoLabel" runat="server" Text='<%# Bind("BankAcNo") %>' />
  1770.                                                                  </td>
  1771.                                                                  <td class="style19">
  1772.                                                                      BankName:
  1773.                                                                  </td>
  1774.                                                                  <td class="style18">
  1775.                                                                      <asp:Label ID="BankNameLabel" runat="server" Text='<%# Bind("BankName") %>' />
  1776.                                                                  </td>
  1777.                                                                  <td class="style20">
  1778.                                                                      BankBranch:
  1779.                                                                  </td>
  1780.                                                                  <td>
  1781.                                                                      <asp:Label ID="BankBranchLabel" runat="server" 
  1782.                                                                          Text='<%# Bind("BankBranch") %>' />
  1783.                                                                  </td>
  1784.                                                              </tr>
  1785.                                                              <tr>
  1786.                                                                  <td class="style16">
  1787.                                                                      AttendCardNo:
  1788.                                                                  </td>
  1789.                                                                  <td class="style17">
  1790.                                                                      <asp:Label ID="AttendCardNoLabel" runat="server" 
  1791.                                                                          Text='<%# Bind("AttendCardNo") %>' />
  1792.                                                                  </td>
  1793.                                                                  <td class="style19">
  1794.                                                                      &nbsp;</td>
  1795.                                                                  <td class="style18">
  1796.                                                                      &nbsp;</td>
  1797.                                                                  <td class="style20">
  1798.                                                                      &nbsp;</td>
  1799.                                                                  <td>
  1800.                                                                      &nbsp;</td>
  1801.                                                              </tr>
  1802.                                                              <tr>
  1803.                                                                  <td class="style16">
  1804.                                                                      &nbsp;</td>
  1805.                                                                  <td class="style17">
  1806.                                                                      &nbsp;</td>
  1807.                                                                  <td class="style19">
  1808.                                                                      &nbsp;</td>
  1809.                                                                  <td class="style18">
  1810.                                                                      &nbsp;</td>
  1811.                                                                  <td class="style20">
  1812.                                                                      &nbsp;</td>
  1813.                                                                  <td>
  1814.                                                                      &nbsp;</td>
  1815.                                                              </tr>
  1816.                                                              <tr>
  1817.                                                                  <td class="style16">
  1818.                                                                      ServiceFrom: </td>
  1819.                                                                  <td class="style17">
  1820.                                                                      <asp:Label ID="ServiceFromLabel" runat="server" 
  1821.                                                                          Text='<%# Bind("ServiceFrom") %>' />
  1822.                                                                  </td>
  1823.                                                                  <td class="style19">
  1824.                                                                      ServiceTo:</td>
  1825.                                                                  <td class="style18">
  1826.                                                                      <asp:Label ID="ServiceToLabel" runat="server" Text='<%# Bind("ServiceTo") %>' />
  1827.                                                                  </td>
  1828.                                                                  <td class="style20">
  1829.                                                                      &nbsp;</td>
  1830.                                                                  <td>
  1831.                                                                      &nbsp;</td>
  1832.                                                              </tr>
  1833.                                                              <tr>
  1834.                                                                  <td class="style16">
  1835.                                                                      &nbsp;</td>
  1836.                                                                  <td class="style17">
  1837.                                                                      &nbsp;</td>
  1838.                                                                  <td class="style19">
  1839.                                                                      &nbsp;</td>
  1840.                                                                  <td class="style18">
  1841.                                                                      &nbsp;</td>
  1842.                                                                  <td class="style20">
  1843.                                                                      &nbsp;</td>
  1844.                                                                  <td>
  1845.                                                                      &nbsp;</td>
  1846.                                                              </tr>
  1847.                                                              <tr>
  1848.                                                                  <td class="style16">
  1849.                                                                      InTimeHrs:
  1850.                                                                  </td>
  1851.                                                                  <td class="style17">
  1852.                                                                      <asp:Label ID="InTimeHrsLabel" runat="server" Text='<%# Bind("InTimeHrs") %>' />
  1853.                                                                  </td>
  1854.                                                                  <td class="style19">
  1855.                                                                      InTimeMnt:
  1856.                                                                  </td>
  1857.                                                                  <td class="style18">
  1858.                                                                      <asp:Label ID="InTimeMntLabel" runat="server" Text='<%# Bind("InTimeMnt") %>' />
  1859.                                                                  </td>
  1860.                                                                  <td class="style20">
  1861.                                                                      &nbsp;</td>
  1862.                                                                  <td>
  1863.                                                                      &nbsp;</td>
  1864.                                                              </tr>
  1865.                                                              <tr>
  1866.                                                                  <td class="style16">
  1867.                                                                      OutTimeHrs:
  1868.                                                                  </td>
  1869.                                                                  <td class="style17">
  1870.                                                                      <asp:Label ID="OutTimeHrsLabel" runat="server" 
  1871.                                                                          Text='<%# Bind("OutTimeHrs") %>' />
  1872.                                                                  </td>
  1873.                                                                  <td class="style19">
  1874.                                                                      OutTimeMnt:
  1875.                                                                  </td>
  1876.                                                                  <td class="style18">
  1877.                                                                      <asp:Label ID="OutTimeMntLabel" runat="server" 
  1878.                                                                          Text='<%# Bind("OutTimeMnt") %>' />
  1879.                                                                  </td>
  1880.                                                                  <td class="style20">
  1881.                                                                      &nbsp;</td>
  1882.                                                                  <td>
  1883.                                                                      &nbsp;</td>
  1884.                                                              </tr>
  1885.                                                              <tr>
  1886.                                                                  <td class="style16">
  1887.                                                                      &nbsp;</td>
  1888.                                                                  <td class="style17">
  1889.                                                                      &nbsp;</td>
  1890.                                                                  <td class="style19">
  1891.                                                                      &nbsp;</td>
  1892.                                                                  <td class="style18">
  1893.                                                                      &nbsp;</td>
  1894.                                                                  <td class="style20">
  1895.                                                                      &nbsp;</td>
  1896.                                                                  <td>
  1897.                                                                      &nbsp;</td>
  1898.                                                              </tr>
  1899.                                                              <tr>
  1900.                                                                  <td class="style16">
  1901.                                                                      LateAllotHrs:
  1902.                                                                  </td>
  1903.                                                                  <td class="style17">
  1904.                                                                      <asp:Label ID="LateAllotHrsLabel" runat="server" 
  1905.                                                                          Text='<%# Bind("LateAllotHrs") %>' />
  1906.                                                                  </td>
  1907.                                                                  <td class="style19">
  1908.                                                                      LateAllotMnt:
  1909.                                                                  </td>
  1910.                                                                  <td class="style18">
  1911.                                                                      <asp:Label ID="LateAllotMntLabel" runat="server" 
  1912.                                                                          Text='<%# Bind("LateAllotMnt") %>' />
  1913.                                                                  </td>
  1914.                                                                  <td class="style20">
  1915.                                                                      &nbsp;</td>
  1916.                                                                  <td>
  1917.                                                                      &nbsp;</td>
  1918.                                                              </tr>
  1919.                                                              <tr>
  1920.                                                                  <td class="style16">
  1921.                                                                      OTAllowed:
  1922.                                                                  </td>
  1923.                                                                  <td class="style17">
  1924.                                                                      <asp:Label ID="OTAllowedLabel" runat="server" Text='<%# Bind("OTAllowed") %>' />
  1925.                                                                  </td>
  1926.                                                                  <td class="style19">
  1927.                                                                      DailyBasis:
  1928.                                                                  </td>
  1929.                                                                  <td class="style18">
  1930.                                                                      <asp:Label ID="DailyBasisLabel" runat="server" 
  1931.                                                                          Text='<%# Bind("DailyBasis") %>' />
  1932.                                                                  </td>
  1933.                                                                  <td class="style20">
  1934.                                                                      &nbsp;</td>
  1935.                                                                  <td>
  1936.                                                                      &nbsp;</td>
  1937.                                                              </tr>
  1938.                                                              <tr>
  1939.                                                                  <td class="style16">
  1940.                                                                      Bonus:
  1941.                                                                  </td>
  1942.                                                                  <td class="style17">
  1943.                                                                      <asp:Label ID="BonusLabel" runat="server" Text='<%# Bind("Bonus") %>' />
  1944.                                                                  </td>
  1945.                                                                  <td class="style19">
  1946.                                                                      Photo:
  1947.                                                                  </td>
  1948.                                                                  <td class="style18">
  1949.                                                                      <asp:Label ID="PhotoLabel" runat="server" Text='' />
  1950.                                                                  </td>
  1951.                                                                  <td class="style20">
  1952.                                                                      &nbsp;</td>
  1953.                                                                  <td>
  1954.                                                                      &nbsp;</td>
  1955.                                                              </tr>
  1956.                                                              <tr>
  1957.                                                                  <td class="style16">
  1958.                                                                      &nbsp;</td>
  1959.                                                                  <td class="style17">
  1960.                                                                      &nbsp;</td>
  1961.                                                                  <td class="style19">
  1962.                                                                      &nbsp;</td>
  1963.                                                                  <td class="style18">
  1964.                                                                      &nbsp;</td>
  1965.                                                                  <td class="style20">
  1966.                                                                      &nbsp;</td>
  1967.                                                                  <td>
  1968.                                                                      &nbsp;</td>
  1969.                                                              </tr>
  1970.                                                              <tr>
  1971.                                                                  <td class="style16">
  1972.                                                                      Previous Company
  1973.                                                                  </td>
  1974.                                                                  <td class="style17">
  1975.                                                                      <asp:Label ID="PrevCompNameLabel" runat="server" 
  1976.                                                                          Text='<%# Bind("PrevCompName") %>' />
  1977.                                                                  </td>
  1978.                                                                  <td class="style19">
  1979.                                                                      &nbsp;</td>
  1980.                                                                  <td class="style18">
  1981.                                                                      &nbsp;</td>
  1982.                                                                  <td class="style20">
  1983.                                                                      &nbsp;</td>
  1984.                                                                  <td>
  1985.                                                                      &nbsp;</td>
  1986.                                                              </tr>
  1987.                                                              <tr>
  1988.                                                                  <td class="style16">
  1989.                                                                      Prev. Comp. Address: </td>
  1990.                                                                  <td class="style17" colspan="4">
  1991.                                                                      <asp:Label ID="PrevCompAddLabel" runat="server" 
  1992.                                                                          Text='<%# Bind("PrevCompAdd") %>' />
  1993.                                                                  </td>
  1994.                                                                  <td>
  1995.                                                                      &nbsp;</td>
  1996.                                                              </tr>
  1997.                                                              <tr>
  1998.                                                                  <td class="style16">
  1999.                                                                      &nbsp;</td>
  2000.                                                                  <td class="style17">
  2001.                                                                      &nbsp;</td>
  2002.                                                                  <td class="style19">
  2003.                                                                      &nbsp;</td>
  2004.                                                                  <td class="style18">
  2005.                                                                      &nbsp;</td>
  2006.                                                                  <td class="style20">
  2007.                                                                      &nbsp;</td>
  2008.                                                                  <td>
  2009.                                                                      &nbsp;</td>
  2010.                                                              </tr>
  2011.                                                              <tr>
  2012.                                                                  <td class="style16">
  2013.                                                                      Status:
  2014.                                                                  </td>
  2015.                                                                  <td class="style17">
  2016.                                                                      <asp:Label ID="StatusLabel" runat="server" Text='<%# Bind("Status") %>' />
  2017.                                                                  </td>
  2018.                                                                  <td class="style19">
  2019.                                                                      resign:
  2020.                                                                  </td>
  2021.                                                                  <td class="style18">
  2022.                                                                      <asp:Label ID="resignLabel" runat="server" Text='<%# Bind("resign") %>' />
  2023.                                                                  </td>
  2024.                                                                  <td class="style20">
  2025.                                                                      &nbsp;</td>
  2026.                                                                  <td>
  2027.                                                                      &nbsp;</td>
  2028.                                                              </tr>
  2029.                                                              <tr>
  2030.                                                                  <td class="style16">
  2031.                                                                      &nbsp;</td>
  2032.                                                                  <td class="style17">
  2033.                                                                      &nbsp;</td>
  2034.                                                                  <td class="style19">
  2035.                                                                      &nbsp;</td>
  2036.                                                                  <td class="style18">
  2037.                                                                      &nbsp;</td>
  2038.                                                                  <td class="style20">
  2039.                                                                      &nbsp;</td>
  2040.                                                                  <td>
  2041.                                                                      &nbsp;</td>
  2042.                                                              </tr>
  2043.                                                          </table>
  2044.                                                          <br />
  2045.                                                      </ItemTemplate>
  2046.                                                  </asp:FormView>
  2047.                                                  <br />
  2048.                                                  <br />
  2049.                                              </td>
  2050.                                          </tr>
  2051.                                      </table>
  2052.  
  2053.                                      </td>
  2054.                              </tr>
  2055.                              <tr>
  2056.                                  <td class="style5" height="15">
  2057.                                      &nbsp;</td>
  2058.                                  <td height="15">
  2059.  
  2060.  
  2061.  
  2062.  
  2063.  
  2064.                                      </td>
  2065.                                  <td width="200" height="15">
  2066.                                      &nbsp;</td>
  2067.                              </tr>
  2068.                              <tr>
  2069.                                  <td class="style5" height="15">
  2070.                                      &nbsp;</td>
  2071.                                  <td height="15">
  2072.                                      &nbsp;</td>
  2073.                                  <td width="200" height="15">
  2074.                                      &nbsp;</td>
  2075.                              </tr>
  2076.                              <tr>
  2077.                                  <td class="style5" height="100%">
  2078.  
  2079.                                      &nbsp;</td>
  2080.                                  <td class="style14" height="100%" style="text-align: center">
  2081.                                      @ copyright 2010 to Business Resource Planning, All right reserve</td>
  2082.                                  <td width="200" height="100%">
  2083.                                      &nbsp;</td>
  2084.                              </tr>
  2085.                          </table>
  2086.  
  2087.                      </td>
  2088.                  </tr>
  2089.                  </table>
  2090.                  </form>
  2091.  
  2092. </asp:Content>
  2093. <asp:Content ID="Content2" runat="server" contentplaceholderid="head">
  2094.  
  2095.     <style type="text/css">
  2096.         .style15
  2097.         {
  2098.             width: 100%;
  2099.         }
  2100.         </style>
  2101.  
  2102. </asp:Content>
Jul 26 '10 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: sck10 | last post by:
Hello, I just started learning about the formview control in asp.net 2.0. I am using the following. The problem I am having is that the data is not showing on the web. <form id="form1"...
1
by: pete | last post by:
I seem unable to get the FormView with the SqlDataSource control in ASP.NET 2.0 beta 2 to insert into my MySQL 4.11 database corectly. When I run the page and click on the Insert link a SQL insert...
1
by: yuchang | last post by:
Hi, Using the FormView control is very efficient. But I want to do some action,like showing a success message or redirect to another page, after inserting, updating and deleting. How do I get...
3
by: sck10 | last post by:
Hello, I am trying to bind an arraylist to a FormView DropDownList control in the PreRender state. The error that I get is the following: Databinding methods such as Eval(), XPath(), and...
2
by: Hugh | last post by:
Naive developer needs help. how to retrieve a dropdown value inside a formview in VB? Is findcontrol the way to go? Thanks in advance. Hugh
0
by: davidgreen24 | last post by:
Suppose I have a SQLDataSource object that returns 20 rows. I have a FormView object bound to this control. Now when I click a hyperlink (with querystring param called productID) I want the row...
3
by: YMPN | last post by:
Hi Everyone, I'm deen from Riyadh. Please do help me with some problem i have. I have this formview control setup to recieved inputs from user (textbox, dropdownlist, others). After...
6
by: Nathan Sokalski | last post by:
I have tried everything I can think of, I have even tried copying examples from books and websites I have found, but every Formview control that I have tried to create does not show the Paging...
0
by: John Mason | last post by:
Hi, I've been trying for most of the day to get a FormView control to work. I would like to display a single record, based on a unique user id (loginid), which I am retreiving from a cookie. No...
5
by: prasanna111 | last post by:
Iam using the formview control where while calling an control from the formview by means of script it gives an error mesg . by typing the script inside the control it works outside showing error...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.