Hi lingers,
You need to set the GridView UseAccessibleHeader and HeaderRow.TableSection on tab click event.
Refer below working code.
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>VIEW /EDIT JOB</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js"></script>
<link href="https://cdn.datatables.net/1.10.20/css/jquery.dataTables.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.24/themes/smoothness/jquery-ui.css" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.24/jquery-ui.min.js"></script>
<script type="text/javascript">
$(function () {
$(".grid").DataTable({
bLengthChange: true,
lengthMenu: [[10, 30, -1], [10, 30, "All"]],
bFilter: true,
bSort: true,
bPaginate: true
});
});
function ShowPopup() {
$("#dialog").dialog({
title: "Preview",
width: 830,
height: 500,
buttons: {
Close: function () {
$(this).dialog('close');
}
},
modal: true
});
};
function Confirmationbox() {
var result = confirm('Are you sure you want to delete selected User(s)?');
if (result) {
return true;
} else {
return false;
}
}
</script>
</head>
<table style="width: 100%; height: 10px;" bgcolor="DarkOrange" frame="void">
<tr>
<td class="style6">
<img class="style9" src="Images/capres.gif" /> </td>
</tr>
</table>
<body>
<form id="form1" runat="server">
<asp:ScriptManager ID="ScriptManager1" runat="server" />
<table style="width: 100%;">
<tr>
<td class="style23"> </td>
<td class="style15">
<table class="display" align="center" border="1px" bordercolor="grey" style="width: 1050px">
<tr>
<td align="center" class="style20" style="font-size: large; color: #006699; font-family: Cambria; font-weight: bold;">
<table style="width: 100%; height: 47px;">
<tr>
<td bgcolor="#3366FF" class="style22" align="center">
<asp:HyperLink ID="HyperLink1" runat="server" Font-Bold="True"
Font-Names="Century Gothic" Text="Manage Die" ForeColor="White"
NavigateUrl="Die.aspx" Font-Underline="False"></asp:HyperLink>
</td>
<td bgcolor="Black" class="style22" align="center">
<asp:HyperLink ID="HyperLink2" runat="server" Font-Bold="True"
Font-Names="Century Gothic" Text="Manage Embossing" ForeColor="White"
NavigateUrl="Embos.aspx" Font-Underline="False"></asp:HyperLink>
</td>
<td bgcolor="#009999" class="style22" align="center">
<asp:HyperLink ID="HyperLink3" runat="server" Font-Bold="True"
Font-Names="Century Gothic" Text="Manage Ink" ForeColor="White"
NavigateUrl="Ink.aspx" Font-Underline="False"></asp:HyperLink>
</td>
<td bgcolor="#FF9933" class="style22" align="center">
<asp:HyperLink ID="HyperLink4" runat="server" Font-Bold="True"
Font-Names="Century Gothic" Text="Manage Solvent" ForeColor="White"
NavigateUrl="Solvent.aspx" Font-Underline="False"></asp:HyperLink>
</td>
<td bgcolor="#CC0099" class="style22" align="center">
<asp:HyperLink ID="HyperLink5" runat="server" Font-Bold="True"
Font-Names="Century Gothic" Text="Manage Materials" ForeColor="White"
NavigateUrl="Material.aspx" Font-Underline="False"></asp:HyperLink>
</td>
<td bgcolor="#00CC99" class="style22" align="center">
<asp:HyperLink ID="HyperLink6" runat="server" Font-Bold="True"
Font-Names="Century Gothic" Text="Manage Cylinder" ForeColor="White"
NavigateUrl="Cylinder.aspx" Font-Underline="False"></asp:HyperLink>
</td>
</tr>
</table>
<table style="width: 50%; height: 47px;">
<tr>
<td class="style24" align="center">
<asp:ImageButton ID="ImageButton2" runat="server" ImageUrl="~/Images/l1.jpg"
PostBackUrl="JobsV.aspx" Height="67px" />
<asp:ImageButton ID="ImageButton5" runat="server" ImageUrl="~/Images/l2.jpg"
PostBackUrl="Jobs.aspx" Height="67px" />
</td>
</tr>
</table>
<table style="width: 50%; height: 47px;" align="right">
<tr>
<td class="style24" align="right">
<asp:HyperLink ID="HyperLink7" runat="server" NavigateUrl="Home.aspx">Home</asp:HyperLink>
|<asp:HyperLink ID="HyperLink8" runat="server" NavigateUrl="Login.aspx">Logout</asp:HyperLink>
</td>
</tr>
</table>
<table id="customGrid" class="display" style="width: 100%; height: 164px; color: #000080; background-color: #000099;">
<tr>
<td style="border-style: 1; border-color: #003399; background-color: #FFFFFF" class="style140" align="center">
<table style="width: 100%; height: 25px;">
<tr>
<td>
<strong>VIEW /EDIT JOB</strong></td>
<td> </td>
<td align="right">
<asp:ImageButton ID="ImageButton3" runat="server" ImageUrl="~/Images/del.jpg"
Width="72px" Height="19px" OnClick="ImageButton3_Click" OnClientClick="javascript:return Confirmationbox();" />
<asp:ImageButton ID="ImageButton4" runat="server" ImageUrl="~/Images/dup.jpg"
Width="78px" Height="18px" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="style5" align="left">
<br />
<br />
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:GridView ID="gvDetails" runat="server" AutoGenerateColumns="False"
BackColor="White" BorderColor="#3366CC" BorderStyle="None"
Font-Names="Century Gothic" Font-Size="XX-Small" DataKeyNames="id"
Width="100%" Style="margin-bottom: 0px" CssClass="grid">
<Columns>
<asp:TemplateField>
<ItemTemplate>
<asp:CheckBox ID="chkSelect" runat="server" />
</ItemTemplate>
</asp:TemplateField>
<asp:BoundField DataField="id" HeaderText="id" />
<asp:BoundField DataField="pid" HeaderText="pid" />
<asp:BoundField DataField="variant" HeaderText="variant" />
<asp:BoundField DataField="country" HeaderText="country" />
<asp:BoundField DataField="pack" HeaderText="pack" />
<asp:BoundField DataField="customer" HeaderText="customer" />
<asp:BoundField DataField="jobnumber" HeaderText="jobnumber" />
<asp:BoundField DataField="artworkdate" HeaderText="artworkdate" />
<asp:BoundField DataField="reprodate" HeaderText="reprodate" />
<asp:BoundField DataField="artworknumber" HeaderText="artworknumber" />
<asp:BoundField DataField="templateno" HeaderText="templateno" />
<asp:TemplateField>
<ItemTemplate>
<asp:LinkButton Text="Preview" ID="lnkView" runat="server" OnClick="Preview" />
</ItemTemplate>
</asp:TemplateField>
</Columns>
<HeaderStyle BackColor="#003399" Font-Bold="True" ForeColor="#CCCCFF" />
<PagerStyle BackColor="#99CCCC" ForeColor="#003399" HorizontalAlign="Left" />
<RowStyle BackColor="White" ForeColor="#003399" />
<SelectedRowStyle BackColor="#009999" Font-Bold="True" ForeColor="#CCFF99" />
<SortedAscendingCellStyle BackColor="#EDF6F6" />
<SortedAscendingHeaderStyle BackColor="#0D4AC4" />
<SortedDescendingCellStyle BackColor="#D6DFDF" />
<SortedDescendingHeaderStyle BackColor="#002876" />
</asp:GridView>
</ContentTemplate>
</asp:UpdatePanel>
<br />
<br />
<br />
<br />
<br />
<br />
<asp:Label ID="lblRecord" runat="server"></asp:Label>
<br />
<br />
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td></td>
</tr>
</table>
<div id="dialog" style="display: none;">
<table align="center" border="2" font-size="xx-small">
<tr>
<td>
<asp:UpdatePanel ID="UpdatePanel2" runat="server">
<ContentTemplate>
<asp:Button ID="Tab1" runat="server" BorderStyle="None" CssClass="Initial"
OnClick="Tab1_Click" Text="Job.Desc" UseSubmitBehavior="false"
Font-Bold="True" Width="80px" Font-Names="Arial Narrow" Font-Size="x-small" />
<asp:Button ID="Tab2" runat="server" BorderStyle="None" CssClass="Initial"
OnClick="Tab2_Click" Text="Material Spec." UseSubmitBehavior="false" Font-Bold="True"
Font-Names="Arial Narrow" Font-Size="x-small" />
<asp:Button ID="Tab3" runat="server" BorderStyle="None" CssClass="Initial"
OnClick="Tab3_Click" Text="Cylinder . Spec" UseSubmitBehavior="false" Font-Bold="True" Font-Names="Arial Narrow" Font-Size="x-small" />
<asp:Button ID="Tab4" runat="server" BorderStyle="None" CssClass="Initial"
OnClick="Tab4_Click" Text="Ink.Spec" UseSubmitBehavior="false" Font-Bold="True" Font-Names="Arial Narrow" Font-Size="x-small" />
<asp:Button ID="Tab5" runat="server" BorderStyle="None" CssClass="Initial"
OnClick="Tab5_Click" Text="Embossing" UseSubmitBehavior="false" Font-Bold="True" Font-Names="Arial Narrow" Font-Size="x-small" />
<asp:Button ID="Tab6" runat="server" BorderStyle="None" CssClass="Initial"
OnClick="Tab6_Click" Text="Cutting / Punch Die." Width="151px" UseSubmitBehavior="false" Font-Bold="True" Font-Names="Arial Narrow" Font-Size="x-small" />
<asp:Button ID="Tab7" runat="server" BorderStyle="None" CssClass="Initial"
OnClick="Tab7_Click" Text="Offlne Production Spec." Width="172px" UseSubmitBehavior="false" Font-Bold="True" Font-Names="Arial Narrow" Font-Size="x-small" />
<asp:MultiView ID="MainView" runat="server">
<h3>
<span>Job Description </span>
</h3>
<asp:View ID="View1" runat="server">
<table>
<tr>
<td>
<p>
Job Specification
</p>
<p>
<p align="center">
<%--<asp:ImageButton ID="ImageButton1" runat="server" Height="34px"
ImageUrl="~/Images/submit.jpg" OnClick="ImageButton3_Click" Width="142px" />--%>
<asp:Button ID="ImageButton1" runat="server" OnClick="ImageButton3_Click" Height="34px" Width="142px"
UseSubmitBehavior="false" style="background:url(./Images/submit.jpg) no-repeat;" />
</p>
<p>
<asp:Label ID="Label3" runat="server" Font-Size="XX-Small" ForeColor="Red"></asp:Label>
</p>
<p>
<table style="width: 80%; font-size: x-small; font-family: 'Arial Narrow'; font-weight: bold;" border="1"
class="roundedCorners" align="center">
<td class="style32">Product Id</td>
<td class="style29">Description</td>
<td class="style33">Variant</td>
<td class="style35">Country</td>
<td class="style35">Pack</td>
</table>
</p>
</td>
</tr>
<tr>
<td class="style32">
<asp:TextBox ID="TextBox7" runat="server" Width="90px" Height="24px" Font-Size="x-Small"></asp:TextBox>
</td>
<td class="style29">
<asp:TextBox ID="TextBox8" runat="server" Width="90px" Height="24px" Font-Size="x-Small"></asp:TextBox>
</td>
<td class="style33">
<asp:TextBox ID="TextBox9" runat="server" Width="90px" Height="24px" Font-Size="x-Small"></asp:TextBox></td>
<td class="style35">
<asp:TextBox ID="TextBox10" runat="server" Width="90px" Height="24px" Font-Size="x-Small"></asp:TextBox>
</td>
<td class="style35">
<asp:TextBox ID="TextBox11" runat="server" Width="90px" Height="24px" Font-Size="x-Small"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style32">Customer</td>
<td class="style29">Job Number</td>
<td class="style33">Template Number</td>
<td class="style35">Artwork Date</td>
<td class="style35">Reproduction Date</td>
</tr>
<tr>
<td class="style32">
<asp:TextBox ID="TextBox12" runat="server" Width="90px" Height="24px" Font-Size="x-Small"></asp:TextBox>
</td>
<td class="style29">
<asp:TextBox ID="TextBox13" runat="server" Width="90px" Height="24px" Font-Size="x-Small"></asp:TextBox>
</td>
<td class="style33">
<asp:TextBox ID="TextBox14" runat="server" Width="90px" Height="24px" Font-Size="x-Small"></asp:TextBox>
</td>
<td class="style35">
<asp:TextBox ID="TextBox15" runat="server" Width="90px" Height="24px" Font-Size="x-Small"></asp:TextBox>
</td>
<td class="style35">
<asp:TextBox ID="TextBox16" runat="server" Width="90px" Height="24px" Font-Size="x-Small"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style32">Artwork Number</td>
<td class="style29">Printer's Code</td>
<td class="style33">Reprodction Approved . date</td>
<td class="style35">Artwk Recieved .Date</td>
<td class="style35">Yield</td>
</tr>
<tr>
<td class="style32">
<asp:TextBox ID="TextBox17" runat="server" Width="90px" Height="24px" Font-Size="x-Small"></asp:TextBox>
</td>
<td class="style29">
<asp:TextBox ID="TextBox18" runat="server" Width="90px" Height="24px" Font-Size="x-Small"></asp:TextBox>
</td>
<td class="style33">
<asp:TextBox ID="TextBox19" runat="server" Width="90px" Fheight="24px"
Font-Size="x-Small" Height="24px"></asp:TextBox>
</td>
<td class="style35">
<asp:TextBox ID="TextBox20" runat="server" Width="90px" Height="24px" Font-Size="x-Small"></asp:TextBox>
</td>
<td class="style35">
<asp:TextBox ID="TextBox21" runat="server" Width="90px" Height="24px" Font-Size="x-Small"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style32">Quantity Around</td>
<td class="style29">Quantity across</td>
<td class="style33">Stretch Double Cut</td>
<td class="style35">Quantity Per Revolution:</td>
<td class="style35">Print Type</td>
</tr>
<tr>
<td class="style136">
<asp:TextBox ID="TextBox22" runat="server" Width="90px" Height="24px" Font-Size="x-Small"></asp:TextBox>
</td>
<td class="style137">
<asp:TextBox ID="TextBox23" runat="server" Width="90px" Height="24px" Font-Size="x-Small"></asp:TextBox>
</td>
<td class="style138">
<asp:TextBox ID="TextBox24" runat="server" Width="90px" Height="24px" Font-Size="x-Small"></asp:TextBox>
</td>
<td class="style139">
<asp:TextBox ID="TextBox25" runat="server" Width="90px" Height="24px" Font-Size="x-Small"></asp:TextBox>
</td>
<td class="style139">
<asp:TextBox ID="TextBox26" runat="server" Width="90px" Height="24px" Font-Size="x-Small"></asp:TextBox>
</td>
</tr>
</table>
</p>
<p>
</p>
<p>
</p>
<p>
<asp:Label ID="Label2" Visible="false" runat="server"></asp:Label>
<asp:Label ID="Label1" Visible="false" runat="server"></asp:Label>
<asp:Label ID="Label8" runat="server" Visible="false"></asp:Label>
</p>
<p>
</p>
</td>
</tr>
</table>
</asp:View>
<asp:View ID="View2" runat="server">
<table>
<tr>
<td>
<p>
Material Specification
</p>
<p>
</p>
<p>
</p>
<table style="width: 80%; font-size: x-small; font-family: 'Arial Narrow'; font-weight: bold;" border="1"
class="roundedCorners" align="center">
<tr>
<td class="style36"> </td>
<td class="style32">Board Name</td>
<td class="style29">Gsm</td>
<td class="style33">Material Code</td>
<td class="style35">Web Width</td>
<td class="style35">Cost Per Kg</td>
</tr>
<tr>
<td class="style36">Board</td>
<td class="style32">
<asp:TextBox ID="TextBox27" runat="server" Width="90px" Height="24px" Font-Size="x-Small"></asp:TextBox>
</td>
<td class="style29">
<asp:TextBox ID="TextBox28" runat="server" Width="90px" Height="24px" Font-Size="x-Small"></asp:TextBox>
</td>
<td class="style33">
<asp:TextBox ID="TextBox29" runat="server" Width="90px" Height="24px" Font-Size="x-Small"></asp:TextBox>
</td>
<td class="style35">
<asp:TextBox ID="TextBox30" runat="server" Width="90px" Height="24px" Font-Size="x-Small"></asp:TextBox>
</td>
<td class="style35">
<asp:TextBox ID="TextBox31" runat="server" Width="90px" Height="24px" Font-Size="x-Small"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style36">Foil</td>
<td class="style32">
<asp:TextBox ID="TextBox32" runat="server" Width="90px" Height="24px" Font-Size="x-Small"></asp:TextBox>
</td>
<td class="style29">
<asp:TextBox ID="TextBox33" runat="server" Width="90px" Height="24px" Font-Size="x-Small"></asp:TextBox>
</td>
<td class="style33">
<asp:TextBox ID="TextBox34" runat="server" Width="90px" Height="24px" Font-Size="x-Small"></asp:TextBox>
</td>
<td class="style35">
<asp:TextBox ID="TextBox35" runat="server" Width="90px" Height="24px" Font-Size="x-Small"></asp:TextBox>
</td>
<td class="style35">
<asp:TextBox ID="TextBox36" runat="server" Width="90px" Height="24px" Font-Size="x-Small"></asp:TextBox>
</td>
</tr>
</table>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
</td>
</tr>
</table>
</asp:View>
<asp:View ID="View3" runat="server">
<table align="center" style="font-size: x-small; font-family: 'Arial Narrow';">
<tr>
<td class="style37">
<h3>Cylinder Description</h3>
<p>
</p>
<h3> <table id="customers" align="center" style="font-size: x-small; font-family: 'Arial Narrow';">
<tr>
<td class="style84"> <img class="style114" src="Images/f1.jpg" /></td>
<td class="style45"> <img class="style114" src="Images/f1.jpg" /></td>
<td class="style81"> <img class="style114" src="Images/f2.jpg" /></td>
<td> <img class="style114" src="Images/f3.jpg" /></td>
<td class="style64"> <img class="style114" src="Images/f4.jpg" /></td>
<td class="style65"> <img class="style114" src="Images/f5.jpg" /></td>
<td class="style66"> <img class="style114" src="Images/f6.jpg" /></td>
<td class="style68"> <img class="style114" src="Images/f7.jpg" /></td>
<td class="style36"> <img class="style114" src="Images/f8.jpg" /></td>
<td class="style36">
<img class="style114" src="Images/f9.jpg" />
</td>
<td class="style36">
<img class="style114" src="Images/f10.jpg" />
</td>
<td class="style36">
<img class="style114" src="Images/f11.jpg" />
</td>
<td class="style32">
<img class="style114" src="Images/f12.jpg" />
</td>
<td class="style29">
<img class="style114" src="Images/f13.jpg" />
</td>
<td class="style33">
<img class="style114" src="Images/f14.jpg" />
</td>
<td class="style35">
<img class="style114" src="Images/f15.jpg" />
</td>
<td class="style52">
<img class="style114" src="Images/f16.jpg" />
</td>
<td class="style71">
<img class="style114" src="Images/Xdiagonal.jpg" />
</td>
</tr>
<tr>
<td style="font-size: x-small; font-family: 'Arial Narrow';">Unit 1</td>
<td class="style45">
<asp:TextBox ID="TextBox46" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style81">
<asp:TextBox ID="TextBox47" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="TextBox48" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style64">
<asp:TextBox ID="TextBox49" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style65">
<asp:TextBox ID="TextBox50" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style66">
<asp:TextBox ID="TextBox51" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style68">
<asp:TextBox ID="TextBox52" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox53" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox54" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox55" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox56" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox57" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style32" valign="top">
<asp:TextBox ID="TextBox58" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style29">
<asp:TextBox ID="TextBox59" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style33">
<asp:TextBox ID="TextBox60" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style52">
<asp:TextBox ID="TextBox61" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style71">
<asp:TextBox ID="TextBox62" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="font-size: x-small; font-family: 'Arial Narrow';">Unit 2</td>
<td class="style86">
<asp:TextBox ID="TextBox63" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style87">
<asp:TextBox ID="TextBox64" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style88">
<asp:TextBox ID="TextBox65" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style89">
<asp:TextBox ID="TextBox66" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style90">
<asp:TextBox ID="TextBox67" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style91">
<asp:TextBox ID="TextBox68" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style92">
<asp:TextBox ID="TextBox69" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style93">
<asp:TextBox ID="TextBox70" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style93">
<asp:TextBox ID="TextBox71" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style93">
<asp:TextBox ID="TextBox72" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style93">
<asp:TextBox ID="TextBox73" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style93">
<asp:TextBox ID="TextBox74" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style94" valign="top">
<asp:TextBox ID="TextBox75" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style95">
<asp:TextBox ID="TextBox76" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style96">
<asp:TextBox ID="TextBox77" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style97">
<asp:TextBox ID="TextBox78" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style98">
<asp:TextBox ID="TextBox79" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style84">Unit 3</td>
<td class="style45">
<asp:TextBox ID="TextBox80" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style81">
<asp:TextBox ID="TextBox81" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="TextBox82" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style64">
<asp:TextBox ID="TextBox83" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style65">
<asp:TextBox ID="TextBox84" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style66">
<asp:TextBox ID="TextBox85" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style68">
<asp:TextBox ID="TextBox86" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox87" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox88" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox89" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox90" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox91" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style32" valign="top">
<asp:TextBox ID="TextBox92" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style29">
<asp:TextBox ID="TextBox93" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style33">
<asp:TextBox ID="TextBox94" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style52">
<asp:TextBox ID="TextBox95" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style71">
<asp:TextBox ID="TextBox96" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style99">Unit 4</td>
<td class="style100">
<asp:TextBox ID="TextBox97" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style100">
<asp:TextBox ID="TextBox98" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style102">
<asp:TextBox ID="TextBox99" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style103">
<asp:TextBox ID="TextBox100" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style104">
<asp:TextBox ID="TextBox101" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style105">
<asp:TextBox ID="TextBox102" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style106">
<asp:TextBox ID="TextBox103" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style107">
<asp:TextBox ID="TextBox104" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style107">
<asp:TextBox ID="TextBox105" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style107">
<asp:TextBox ID="TextBox106" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style107">
<asp:TextBox ID="TextBox107" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style107">
<asp:TextBox ID="TextBox108" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style108" valign="top">
<asp:TextBox ID="TextBox109" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style109">
<asp:TextBox ID="TextBox110" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style110">
<asp:TextBox ID="TextBox111" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style111">
<asp:TextBox ID="TextBox112" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style112">
<asp:TextBox ID="TextBox113" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style99">Unit 5</td>
<td class="style100">
<asp:TextBox ID="TextBox114" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style101">
<asp:TextBox ID="TextBox115" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style102">
<asp:TextBox ID="TextBox116" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style103">
<asp:TextBox ID="TextBox117" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style104">
<asp:TextBox ID="TextBox118" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style105">
<asp:TextBox ID="TextBox119" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style106">
<asp:TextBox ID="TextBox120" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style107">
<asp:TextBox ID="TextBox121" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style107">
<asp:TextBox ID="TextBox122" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style107">
<asp:TextBox ID="TextBox123" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style107">
<asp:TextBox ID="TextBox124" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style107">
<asp:TextBox ID="TextBox125" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style108" valign="top">
<asp:TextBox ID="TextBox126" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style109">
<asp:TextBox ID="TextBox127" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style110">
<asp:TextBox ID="TextBox128" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style111">
<asp:TextBox ID="TextBox129" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style112">
<asp:TextBox ID="TextBox130" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style84">Unit 6</td>
<td class="style45">
<asp:TextBox ID="TextBox131" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style81">
<asp:TextBox ID="TextBox132" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="TextBox133" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style64">
<asp:TextBox ID="TextBox134" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style65">
<asp:TextBox ID="TextBox135" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style66">
<asp:TextBox ID="TextBox136" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style68">
<asp:TextBox ID="TextBox137" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox138" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox139" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox140" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox141" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox142" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style32" valign="top">
<asp:TextBox ID="TextBox143" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style29">
<asp:TextBox ID="TextBox144" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style33">
<asp:TextBox ID="TextBox145" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style52">
<asp:TextBox ID="TextBox146" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style71">
<asp:TextBox ID="TextBox147" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style84">Unit 7</td>
<td class="style45">
<asp:TextBox ID="TextBox148" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style81">
<asp:TextBox ID="TextBox149" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="TextBox150" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style64">
<asp:TextBox ID="TextBox151" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style65">
<asp:TextBox ID="TextBox152" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style66">
<asp:TextBox ID="TextBox153" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style68">
<asp:TextBox ID="TextBox154" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox155" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox156" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox157" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox158" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox159" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style32" valign="top">
<asp:TextBox ID="TextBox160" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style29">
<asp:TextBox ID="TextBox161" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style33">
<asp:TextBox ID="TextBox162" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style52">
<asp:TextBox ID="TextBox163" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style71">
<asp:TextBox ID="TextBox164" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style84">Unit 8</td>
<td class="style45">
<asp:TextBox ID="TextBox165" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style81">
<asp:TextBox ID="TextBox166" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="TextBox167" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style64">
<asp:TextBox ID="TextBox168" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style65">
<asp:TextBox ID="TextBox169" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style66">
<asp:TextBox ID="TextBox170" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style68">
<asp:TextBox ID="TextBox171" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox172" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox173" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox174" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox175" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox176" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style32" valign="top">
<asp:TextBox ID="TextBox177" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style29">
<asp:TextBox ID="TextBox178" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style33">
<asp:TextBox ID="TextBox179" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style52">
<asp:TextBox ID="TextBox180" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style71">
<asp:TextBox ID="TextBox181" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style84">Unit 9</td>
<td class="style45">
<asp:TextBox ID="TextBox182" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style81">
<asp:TextBox ID="TextBox183" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="TextBox184" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style64">
<asp:TextBox ID="TextBox185" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style65">
<asp:TextBox ID="TextBox186" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style66">
<asp:TextBox ID="TextBox187" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style68">
<asp:TextBox ID="TextBox188" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox189" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox190" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox191" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox192" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox193" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style32" valign="top">
<asp:TextBox ID="TextBox194" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style29">
<asp:TextBox ID="TextBox195" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style33">
<asp:TextBox ID="TextBox196" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style52">
<asp:TextBox ID="TextBox197" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style71">
<asp:TextBox ID="TextBox198" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style84">Unit 10</td>
<td class="style45">
<asp:TextBox ID="TextBox199" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style81">
<asp:TextBox ID="TextBox200" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="TextBox201" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style64">
<asp:TextBox ID="TextBox202" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style65">
<asp:TextBox ID="TextBox203" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style66">
<asp:TextBox ID="TextBox204" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style68">
<asp:TextBox ID="TextBox205" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox206" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox207" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox208" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox209" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style36">
<asp:TextBox ID="TextBox210" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style32" valign="top">
<asp:TextBox ID="TextBox211" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style29">
<asp:TextBox ID="TextBox212" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style33">
<asp:TextBox ID="TextBox213" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style52">
<asp:TextBox ID="TextBox214" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
<td class="style71">
<asp:TextBox ID="TextBox215" runat="server" class="txtUserName" Width="22px"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style84"> </td>
<td class="style45"> </td>
<td class="style81"> </td>
<td> </td>
<td class="style64"> </td>
<td class="style65"> </td>
<td class="style66"> </td>
<td class="style68"> </td>
<td class="style36"> </td>
<td class="style36"> </td>
<td class="style36"> </td>
<td class="style36"> </td>
<td class="style36"> </td>
<td class="style32"> </td>
<td class="style29"> </td>
<td class="style33"> </td>
<td class="style52"> </td>
<td class="style71"> </td>
</tr>
</table>
</h3>
</td>
</tr>
</table>
</asp:View>
<asp:View ID="View4" runat="server">
<table style="font-size: x-small; font-family: 'Arial Narrow';">
<tr>
<td>
<h3>Ink Details</h3>
<p>
</p>
<p>
</p>
<table id="customers" width="70%">
<tr>
<td class="style130"> <img class="style113" src="Images/f1.jpg" /></td>
<td class="style125" align="center" style="font-size: x-small; font-family: 'Arial Narrow';">ink Code</td>
<td class="style125" align="center" style="font-size: x-small; font-family: 'Arial Narrow';">Ink Coverage</td>
<td align="center" style="font-size: x-small; font-family: 'Arial Narrow';">Colour</td>
<td class="style125" align="center" style="font-size: x-small; font-family: 'Arial Narrow';">Ink Gsm</td>
<td class="style125" align="center" style="font-size: x-small; font-family: 'Arial Narrow';">Price</td>
<td class="style125" align="center" style="font-size: x-small; font-family: 'Arial Narrow';">Reducer</td>
<td class="style125" align="center" style="font-size: x-small; font-family: 'Arial Narrow';">Retarder</td>
<td class="style125" align="center" style="font-size: x-small; font-family: 'Arial Narrow';">Viscocity</td>
<td class="style125" align="center" style="font-size: x-small; font-family: 'Arial Narrow';">Mediums</td>
<td class="style125" align="center" style="font-size: x-small; font-family: 'Arial Narrow';">Toners</td>
<td class="style125" align="center" style="font-size: x-small; font-family: 'Arial Narrow';">Toner Ratio</td>
<td class="style125" align="center" style="font-size: x-small; font-family: 'Arial Narrow';">Additive</td>
</tr>
<tr>
<td style="font-size: x-small; font-family: 'Arial Narrow';">Unit 1</td>
<td class="style125" align="center">
<asp:TextBox ID="TextBox216" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style81" align="center">
<asp:TextBox ID="TextBox217" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td align="center">
<asp:TextBox ID="TextBox218" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style132" align="center">
<asp:TextBox ID="TextBox219" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style65" align="center">
<asp:TextBox ID="TextBox220" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style66" align="center">
<asp:TextBox ID="TextBox221" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style68" align="center">
<asp:TextBox ID="TextBox222" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox223" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox224" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox225" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox226" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox227" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="font-size: x-small; font-family: 'Arial Narrow';">Unit 2</td>
<td class="style126" align="center">
<asp:TextBox ID="TextBox233" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style87" align="center">
<asp:TextBox ID="TextBox234" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style88" align="center">
<asp:TextBox ID="TextBox235" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style133" align="center">
<asp:TextBox ID="TextBox236" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style90" align="center">
<asp:TextBox ID="TextBox237" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style91" align="center">
<asp:TextBox ID="TextBox238" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style92" align="center">
<asp:TextBox ID="TextBox239" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style93" align="center">
<asp:TextBox ID="TextBox240" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style93" align="center">
<asp:TextBox ID="TextBox241" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style93" align="center">
<asp:TextBox ID="TextBox242" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style93" align="center">
<asp:TextBox ID="TextBox243" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style93" align="center">
<asp:TextBox ID="TextBox244" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="font-size: x-small; font-family: 'Arial Narrow';">Unit 3</td>
<td class="style125" align="center">
<asp:TextBox ID="TextBox250" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style81" align="center">
<asp:TextBox ID="TextBox251" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td align="center">
<asp:TextBox ID="TextBox252" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style132" align="center">
<asp:TextBox ID="TextBox253" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style65" align="center">
<asp:TextBox ID="TextBox254" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style66" align="center">
<asp:TextBox ID="TextBox255" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style68" align="center">
<asp:TextBox ID="TextBox256" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox257" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox258" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox259" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox260" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox261" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="font-size: x-small; font-family: 'Arial Narrow';">Unit 4</td>
<td class="style128" align="center">
<asp:TextBox ID="TextBox267" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style100" align="center">
<asp:TextBox ID="TextBox268" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style102" align="center">
<asp:TextBox ID="TextBox269" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style134" align="center">
<asp:TextBox ID="TextBox270" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style104" align="center">
<asp:TextBox ID="TextBox271" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style105" align="center">
<asp:TextBox ID="TextBox272" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style106" align="center">
<asp:TextBox ID="TextBox273" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style107" align="center">
<asp:TextBox ID="TextBox274" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style107" align="center">
<asp:TextBox ID="TextBox275" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style107" align="center">
<asp:TextBox ID="TextBox276" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style107" align="center">
<asp:TextBox ID="TextBox277" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style107" align="center">
<asp:TextBox ID="TextBox278" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="font-size: x-small; font-family: 'Arial Narrow';">Unit 5</td>
<td class="style129" align="center">
<asp:TextBox ID="TextBox284" runat="server" CssClass="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style101" align="center">
<asp:TextBox ID="TextBox285" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style102" align="center">
<asp:TextBox ID="TextBox286" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style134" align="center">
<asp:TextBox ID="TextBox287" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style104" align="center">
<asp:TextBox ID="TextBox288" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style105" align="center">
<asp:TextBox ID="TextBox289" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style106" align="center">
<asp:TextBox ID="TextBox290" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style107" align="center">
<asp:TextBox ID="TextBox291" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style107" align="center">
<asp:TextBox ID="TextBox292" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style107" align="center">
<asp:TextBox ID="TextBox293" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style107" align="center">
<asp:TextBox ID="TextBox294" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style107" align="center">
<asp:TextBox ID="TextBox295" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="font-size: x-small; font-family: 'Arial Narrow';">Unit 6</td>
<td class="style125" align="center">
<asp:TextBox ID="TextBox301" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style81" align="center">
<asp:TextBox ID="TextBox302" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td align="center">
<asp:TextBox ID="TextBox303" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style132" align="center">
<asp:TextBox ID="TextBox304" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style65" align="center">
<asp:TextBox ID="TextBox305" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style66" align="center">
<asp:TextBox ID="TextBox306" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style68" align="center">
<asp:TextBox ID="TextBox307" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox308" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox309" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox310" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox311" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox312" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="font-size: x-small; font-family: 'Arial Narrow';">Unit 7</td>
<td class="style125" align="center">
<asp:TextBox ID="TextBox318" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style81" align="center">
<asp:TextBox ID="TextBox319" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td align="center">
<asp:TextBox ID="TextBox320" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style132" align="center">
<asp:TextBox ID="TextBox321" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style65" align="center">
<asp:TextBox ID="TextBox322" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style66" align="center">
<asp:TextBox ID="TextBox323" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style68" align="center">
<asp:TextBox ID="TextBox324" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox325" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox326" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox327" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox328" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox329" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="font-size: x-small; font-family: 'Arial Narrow';">Unit 8</td>
<td class="style125" align="center">
<asp:TextBox ID="TextBox335" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style81" align="center">
<asp:TextBox ID="TextBox336" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td align="center">
<asp:TextBox ID="TextBox337" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style132" align="center">
<asp:TextBox ID="TextBox338" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style65" align="center">
<asp:TextBox ID="TextBox339" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style66" align="center">
<asp:TextBox ID="TextBox340" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style68" align="center">
<asp:TextBox ID="TextBox341" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox342" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox343" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox344" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox345" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox346" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="font-size: x-small; font-family: 'Arial Narrow';">Unit 9</td>
<td class="style125" align="center">
<asp:TextBox ID="TextBox352" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style81" align="center">
<asp:TextBox ID="TextBox353" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td align="center">
<asp:TextBox ID="TextBox354" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style132" align="center">
<asp:TextBox ID="TextBox355" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style65" align="center">
<asp:TextBox ID="TextBox356" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style66" align="center">
<asp:TextBox ID="TextBox357" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style68" align="center">
<asp:TextBox ID="TextBox358" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox359" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox360" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox361" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox362" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox363" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="font-size: x-small; font-family: 'Arial Narrow';">Unit 10</td>
<td class="style125" align="center">
<asp:TextBox ID="TextBox369" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style81" align="center">
<asp:TextBox ID="TextBox370" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td align="center">
<asp:TextBox ID="TextBox371" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style132" align="center">
<asp:TextBox ID="TextBox372" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style65" align="center">
<asp:TextBox ID="TextBox373" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style66" align="center">
<asp:TextBox ID="TextBox374" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style68" align="center">
<asp:TextBox ID="TextBox375" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox376" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox377" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox378" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox379" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox380" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="font-size: x-small; font-family: 'Arial Narrow';">Nitrogen</td>
<td class="style125" align="center">
<asp:TextBox ID="TextBox381" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style81" align="center">
<asp:TextBox ID="TextBox382" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td align="center">
<asp:TextBox ID="TextBox383" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style132" align="center">
<asp:TextBox ID="TextBox384" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style65" align="center">
<asp:TextBox ID="TextBox385" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style66" align="center">
<asp:TextBox ID="TextBox386" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style68" align="center">
<asp:TextBox ID="TextBox387" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox388" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox389" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox390" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox391" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
<td class="style36" align="center">
<asp:TextBox ID="TextBox392" runat="server" class="txtUserName" Width="22px" Height="18px"></asp:TextBox>
</td>
</tr>
</table>
</td>
</tr>
</table>
</asp:View>
<asp:View ID="View5" runat="server">
<table style="width: 100%; border-width: 1px; border-color: #666; border-style: solid">
<tr>
<td>
<h3>EMBOSSING DETAILS
</h3>
<p>
</p>
<table border="1" class="roundedCorners" align="center"
style="width: 80%; font-size: x-small; font-family: 'Arial Narrow'; font-weight: bold;">
<tr>
<td class="style32">Film No </td>
<td class="style29">Mandrel </td>
<td class="style33">Type</td>
<td class="style33">Embossing Circ. Male</td>
<td class="style35">Embossing Circ. Female</td>
<td class="style35">Embossing Diameter </td>
</tr>
<tr>
<td class="style32">
<asp:TextBox ID="TextBox393" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style29">
<asp:TextBox ID="TextBox394" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style33">
<asp:TextBox ID="TextBox395" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style33">
<asp:TextBox ID="TextBox419" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style35">
<asp:TextBox ID="TextBox396" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style35">
<asp:TextBox ID="TextBox397" runat="server" Width="90px"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style32">Supplier </td>
<td class="style29">Supplier No </td>
<td class="style33">Depth </td>
<td class="style35">Height</td>
<td class="style35">Artwork Number </td>
<td class="style33">Calendar Year </td>
</tr>
<tr>
<td class="style32">
<asp:TextBox ID="TextBox398" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style29">
<asp:TextBox ID="TextBox399" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style33">
<asp:TextBox ID="TextBox400" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style33">
<asp:TextBox ID="TextBox420" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style35">
<asp:TextBox ID="TextBox401" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style35">
<asp:TextBox ID="TextBox402" runat="server" Width="90px"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style32">Month</td>
<td class="style29">Date Received </td>
<td class="style33">Artwork Date </td>
<td class="style33">Country </td>
<td class="style35">Comments</td>
<td class="style35"> </td>
</tr>
<tr>
<td style="padding-top: 0px; padding-bottom: 30px; align=left;">
<asp:TextBox ID="TextBox403" runat="server" Width="90px"></asp:TextBox>
</td>
<td style="padding-top: 0px; padding-bottom: 30px; align=left;">
<asp:TextBox ID="TextBox404" runat="server" Width="90px"></asp:TextBox>
</td>
<td style="padding-top: 0px; padding-bottom: 30px; align=left;">
<asp:TextBox ID="TextBox405" runat="server" Width="90px"></asp:TextBox>
</td>
<td style="padding-top: 0px; padding-bottom: 30px; align=left;">
<asp:TextBox ID="TextBox421" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style35">
<asp:TextBox ID="TextBox406" runat="server" Height="53px"
TextMode="MultiLine" Width="181px"></asp:TextBox>
</td>
<td class="style35"> </td>
</tr>
</table>
<br />
<br />
<br />
<br />
<br />
<br />
</td>
</tr>
</table>
</asp:View>
<asp:View ID="View6" runat="server">
<table style="width: 100%; border-width: 1px; border-color: #666; border-style: solid">
<tr>
<td>
<p>
<strong>DIE DETAILS</strong>
</p>
<p>
</p>
<table border="1" class="roundedCorners" align="center"
style="width: 80%; font-size: x-small; font-family: 'Arial Narrow'; font-weight: bold;">
<tr>
<td class="style135">Die No</td>
<td class="style29">Template No</td>
<td class="style33">Model</td>
<td class="style35">Type</td>
<td class="style35">Brass Female Emb:</td>
<td class="style140">Brass Male Emb:</td>
</tr>
<tr>
<td class="style135">
<asp:TextBox ID="TextBox407" runat="server"
Width="90px"></asp:TextBox>
</td>
<td class="style29">
<asp:TextBox ID="TextBox408" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style33">
<asp:TextBox ID="TextBox409" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style35">
<asp:TextBox ID="TextBox410" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style35">
<asp:TextBox ID="TextBox411" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style140">
<asp:TextBox ID="TextBox412" runat="server" Width="90px"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style135">Supplier:</td>
<td class="style29">Punch Width:</td>
<td class="style33">Punch Length:</td>
<td class="style35">Comments:</td>
<td class="style35">Layout Makeup Across:</td>
<td class="style140">Layout Makeup Around</td>
</tr>
<tr>
<td style="padding-top: 0px; padding-bottom: 30px; align=left;">
<asp:TextBox ID="TextBox413" runat="server" Width="90px"></asp:TextBox>
</td>
<td style="padding-top: 0px; padding-bottom: 30px; align=left;">
<asp:TextBox ID="TextBox414" runat="server" Width="90px"></asp:TextBox>
</td>
<td style="padding-top: 0px; padding-bottom: 30px; align=left;">
<asp:TextBox ID="TextBox415" runat="server" Width="90px"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="TextBox416" runat="server" Height="60px" TextMode="MultiLine"
Width="90px"></asp:TextBox>
</td>
<td style="padding-top: 0px; padding-bottom: 30px; align=left;">
<asp:TextBox ID="TextBox417" runat="server" Width="90px"></asp:TextBox>
</td>
<td style="padding-top: 0px; padding-bottom: 30px; align=left;">
<asp:TextBox ID="TextBox418" runat="server" Width="90px"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style135" colspan="6">CAD Programming</td>
</tr>
<tr>
<td class="style135">Item No. ID</td>
<td class="style29">Die Refrence No.</td>
<td class="style140">No.Ups</td>
<td class="style33">Pack Height</td>
<td class="style35">Pack Width</td>
<td class="style35">Pack Breadth</td>
</tr>
<tr>
<td class="style135">
<asp:TextBox ID="TextBox422" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style29">
<asp:TextBox ID="TextBox423" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style33">
<asp:TextBox ID="TextBox424" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style35">
<asp:TextBox ID="TextBox425" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style35">
<asp:TextBox ID="TextBox426" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style140">
<asp:TextBox ID="TextBox427" runat="server" Width="90px"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style135">Design Height</td>
<td class="style29">Design Width</td>
<td class="style33">Gripper Width</td>
<td class="style35">Gripper Length</td>
<td class="style35">Chargen No </td>
<td class="style140"> </td>
</tr>
<tr>
<td class="style135">
<asp:TextBox ID="TextBox428" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style29">
<asp:TextBox ID="TextBox429" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style33">
<asp:TextBox ID="TextBox430" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style35">
<asp:TextBox ID="TextBox431" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style35">
<asp:TextBox ID="TextBox432" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style140"> </td>
</tr>
</table>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
</td>
</tr>
</table>
</asp:View>
<asp:View ID="View7" runat="server">
<table style="width: 100%; border-width: 1px; border-color: #666; border-style: solid">
<tr>
<td>
<strong>OFFLINE PRODUCTION SPECIFICATION<br />
<br />
</strong>
<table border="1" class="roundedCorners" align="center"
style="width: 80%; font-size: x-small; font-family: 'Arial Narrow'; font-weight: bold;">
<tr>
<td class="style135">Offline Die Ref</td>
<td class="style29">Packaging Per Pallet</td>
<td class="style140">Status</td>
<td class="style33">Geitz Die Ref.No</td>
<td class="style35">Hot Foil Coverage</td>
<td class="style35">Blocks Per Sheet</td>
</tr>
<tr>
<td class="style135">
<asp:TextBox ID="TextBox445" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style29">
<asp:TextBox ID="TextBox446" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style33">
<asp:TextBox ID="TextBox447" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style35">
<asp:TextBox ID="TextBox448" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style35">
<asp:TextBox ID="TextBox449" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style140">
<asp:TextBox ID="TextBox450" runat="server" Width="90px"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style135">Blocks Per Carton</td>
<td class="style29">Foil Area</td>
<td class="style33">Foil Square Meter</td>
<td class="style35">Sheet Length</td>
<td class="style35">Sheet Width
</td>
<td class="style140"> </td>
</tr>
<tr>
<td class="style135">
<asp:TextBox ID="TextBox451" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style29">
<asp:TextBox ID="TextBox452" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style33">
<asp:TextBox ID="TextBox453" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style35">
<asp:TextBox ID="TextBox454" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style35">
<asp:TextBox ID="TextBox455" runat="server" Width="90px"></asp:TextBox>
</td>
<td class="style140"> </td>
</tr>
</table>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
</td>
</tr>
</table>
</asp:View>
</asp:MultiView>
</ContentTemplate>
<Triggers>
<asp:AsyncPostBackTrigger ControlID="Tab1" EventName="click" />
<asp:AsyncPostBackTrigger ControlID="Tab2" EventName="click" />
<asp:AsyncPostBackTrigger ControlID="Tab3" EventName="click" />
<asp:AsyncPostBackTrigger ControlID="Tab4" EventName="click" />
</Triggers>
</asp:UpdatePanel>
</td>
</tr>
</table>
</div>
<script type="text/javascript">
var prm = Sys.WebForms.PageRequestManager.getInstance();
if (prm != null) {
prm.add_endRequest(function (sender, e) {
if (sender._postBackSettings.panelsToUpdate != null) {
$(".grid").DataTable({
bLengthChange: true,
lengthMenu: [[10, 30, -1], [10, 30, "All"]],
bFilter: true,
bSort: true,
bPaginate: true
});
}
});
};
function BindEvents() {
$(function () {
$('.txtUserName').width(45);
$('.txtUserName').focus(function () {
$(this).animate({
width: 250,
height: 20
}).delay(100)
});
$('.txtUserName').blur(function () {
$(this).animate({
width: 45,
height: 20
}).delay(100)
});
});
}
Sys.Application.add_load(BindEvents);
</script>
</form>
</body>
</html>
Code
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
BindUserDetails();
MainView.ActiveViewIndex = 0;
Tab1.CssClass = "Clicked";
}
}
protected void Tab1_Click(object sender, EventArgs e)
{
Tab1.CssClass = "Clicked";
Tab2.CssClass = "Initial";
Tab3.CssClass = "Initial";
Tab4.CssClass = "Initial";
Tab5.CssClass = "Initial";
Tab6.CssClass = "Initial";
Tab7.CssClass = "Initial";
MainView.ActiveViewIndex = 0;
gvDetails.UseAccessibleHeader = true;
gvDetails.HeaderRow.TableSection = TableRowSection.TableHeader;
ClientScript.RegisterStartupScript(this.GetType(), "Popup", "ShowPopup()", true);
}
protected void Tab2_Click(object sender, EventArgs e)
{
Tab1.CssClass = "Initial";
Tab2.CssClass = "Clicked";
Tab3.CssClass = "Initial";
Tab4.CssClass = "Initial";
Tab5.CssClass = "Initial";
Tab6.CssClass = "Initial";
Tab7.CssClass = "Initial";
MainView.ActiveViewIndex = 1;
gvDetails.UseAccessibleHeader = true;
gvDetails.HeaderRow.TableSection = TableRowSection.TableHeader;
ClientScript.RegisterStartupScript(this.GetType(), "Popup", "ShowPopup()", true);
}
protected void Tab3_Click(object sender, EventArgs e)
{
Tab1.CssClass = "Initial";
Tab2.CssClass = "Initial";
Tab3.CssClass = "Clicked";
Tab4.CssClass = "Initial";
Tab5.CssClass = "Initial";
Tab6.CssClass = "Initial";
Tab7.CssClass = "Initial";
MainView.ActiveViewIndex = 2;
gvDetails.UseAccessibleHeader = true;
gvDetails.HeaderRow.TableSection = TableRowSection.TableHeader;
ClientScript.RegisterStartupScript(this.GetType(), "Popup", "ShowPopup()", true);
}
protected void Tab4_Click(object sender, EventArgs e)
{
Tab1.CssClass = "Initial";
Tab2.CssClass = "Initial";
Tab3.CssClass = "Initial";
Tab4.CssClass = "Clicked";
Tab5.CssClass = "Initial";
Tab6.CssClass = "Initial";
Tab7.CssClass = "Initial";
MainView.ActiveViewIndex = 3;
gvDetails.UseAccessibleHeader = true;
gvDetails.HeaderRow.TableSection = TableRowSection.TableHeader;
ClientScript.RegisterStartupScript(this.GetType(), "Popup", "ShowPopup()", true);
}
protected void Tab5_Click(object sender, EventArgs e)
{
Tab1.CssClass = "Initial";
Tab2.CssClass = "Initial";
Tab3.CssClass = "Initial";
Tab4.CssClass = "Initial";
Tab5.CssClass = "Clicked";
Tab6.CssClass = "Initial";
Tab7.CssClass = "Initial";
MainView.ActiveViewIndex = 4;
gvDetails.UseAccessibleHeader = true;
gvDetails.HeaderRow.TableSection = TableRowSection.TableHeader;
}
protected void Tab6_Click(object sender, EventArgs e)
{
Tab1.CssClass = "Initial";
Tab2.CssClass = "Initial";
Tab3.CssClass = "Initial";
Tab4.CssClass = "Initial";
Tab5.CssClass = "Initial";
Tab6.CssClass = "Clicked";
Tab7.CssClass = "Initial";
MainView.ActiveViewIndex = 5;
gvDetails.UseAccessibleHeader = true;
gvDetails.HeaderRow.TableSection = TableRowSection.TableHeader;
}
protected void Tab7_Click(object sender, EventArgs e)
{
Tab1.CssClass = "Initial";
Tab2.CssClass = "Initial";
Tab3.CssClass = "Initial";
Tab4.CssClass = "Initial";
Tab5.CssClass = "Initial";
Tab6.CssClass = "Initial";
Tab7.CssClass = "Clicked";
MainView.ActiveViewIndex = 6;
gvDetails.UseAccessibleHeader = true;
gvDetails.HeaderRow.TableSection = TableRowSection.TableHeader;
}
protected void BindUserDetails()
{
string constr = ConfigurationManager.ConnectionStrings["constr"].ConnectionString;
using (SqlConnection con = new SqlConnection(constr))
{
using (SqlDataAdapter sda = new SqlDataAdapter(" SELECT * FROM Customers", con))
{
using (DataTable dt = new DataTable())
{
sda.Fill(dt);
gvDetails.DataSource = dt;
gvDetails.DataSource = dt;
gvDetails.DataBind();
}
}
}
//Required for jQuery DataTables to work.
gvDetails.UseAccessibleHeader = true;
gvDetails.HeaderRow.TableSection = TableRowSection.TableHeader;
}
//for get record
protected void Preview(object sender, EventArgs e)
{
MainView.ActiveViewIndex = 0;
Tab1.CssClass = "Clicked";
Tab2.CssClass = "Initial";
Tab3.CssClass = "Initial";
Tab4.CssClass = "Initial";
gvDetails.UseAccessibleHeader = true;
gvDetails.HeaderRow.TableSection = TableRowSection.TableHeader;
ScriptManager.RegisterStartupScript((sender as Control), this.GetType(), "Popup", "ShowPopup();", true);
}
protected void ImageButton3_Click(object sender, EventArgs e)
{
foreach (GridViewRow gvrow in gvDetails.Rows)
{
//Finiding checkbox control in gridview for particular row
CheckBox chkdelete = (CheckBox)gvrow.FindControl("chkSelect");
//Condition to check checkbox selected or not
if (chkdelete.Checked)
{
//Getting UserId of particular row using datakey value
int usrid = Convert.ToInt32(gvDetails.DataKeys[gvrow.RowIndex].Value);
using (SqlConnection con = new SqlConnection("data source=PRESS\\EXPRESS01; Initial Catalog=Trial;Integrated Security=True;"))
{
con.Open();
SqlCommand cmd = new SqlCommand("delete from Job where id=" + usrid, con);
cmd.ExecuteNonQuery();
con.Close();
}
}
}
BindUserDetails();
}