@@ -5,33 +5,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<style type="text/css">
.auto-style1 {
width: 42%;
border-color:white;
}
.auto-style4 {
width: 83px;
border-color:white;
}
.auto-style5 {
width: 89px;
border-color:white;
}
.auto-style6 {
width: 108px;
border-color:white;
}
.auto-style8 {
width: 112px;
border-color:white;
}
.auto-style9 {
width: 32px;
border-color:white;
}
</style>
</head>
</head>
<body style="background-color: #3B403C; color:white; height: 290px;">


@@ -47,79 +21,15 @@
&nbsp;<asp:Button ID="btnDelete" runat="server" ForeColor="#CC0000" Text="X" />
&nbsp;<asp:Button ID="btnSave" runat="server" Text="Save" />
<br />
<table class="auto-style1">
<tr>
<td class="auto-style9">&nbsp;</td>
<td class="auto-style6">
<asp:Label ID="lblProductCode" runat="server" Text="Product Code"></asp:Label>
</td>
<td class="auto-style5">
<asp:Label ID="lblName" runat="server" Text="Name"></asp:Label>
</td>
<td class="auto-style4">
<asp:Label ID="lblVersion" runat="server" Text="Version"></asp:Label>
</td>
<td class="auto-style8">
<asp:Label ID="lblRelease" runat="server" Text="Release Date"></asp:Label>
</td>
</tr>
<tr>
<td class="auto-style9">&nbsp;</td>
<td class="auto-style6">&nbsp;</td>
<td class="auto-style5">&nbsp;</td>
<td class="auto-style4">&nbsp;</td>
<td class="auto-style8">&nbsp;</td>
</tr>
<tr>
<td class="auto-style9">&nbsp;</td>
<td class="auto-style6">&nbsp;</td>
<td class="auto-style5">&nbsp;</td>
<td class="auto-style4">&nbsp;</td>
<td class="auto-style8">&nbsp;</td>
</tr>
<tr>
<td class="auto-style9">&nbsp;</td>
<td class="auto-style6">&nbsp;</td>
<td class="auto-style5">&nbsp;</td>
<td class="auto-style4">&nbsp;</td>
<td class="auto-style8">&nbsp;</td>
</tr>
<tr>
<td class="auto-style9">&nbsp;</td>
<td class="auto-style6">&nbsp;</td>
<td class="auto-style5">&nbsp;</td>
<td class="auto-style4">&nbsp;</td>
<td class="auto-style8">&nbsp;</td>
</tr>
<tr>
<td class="auto-style9">&nbsp;</td>
<td class="auto-style6">&nbsp;</td>
<td class="auto-style5">&nbsp;</td>
<td class="auto-style4">&nbsp;</td>
<td class="auto-style8">&nbsp;</td>
</tr>
<tr>
<td class="auto-style9">&nbsp;</td>
<td class="auto-style6">&nbsp;</td>
<td class="auto-style5">&nbsp;</td>
<td class="auto-style4">&nbsp;</td>
<td class="auto-style8">&nbsp;</td>
</tr>
<tr>
<td class="auto-style9">&nbsp;</td>
<td class="auto-style6">&nbsp;</td>
<td class="auto-style5">&nbsp;</td>
<td class="auto-style4">&nbsp;</td>
<td class="auto-style8">&nbsp;</td>
</tr>
<tr>
<td class="auto-style9">&nbsp;</td>
<td class="auto-style6">&nbsp;</td>
<td class="auto-style5">&nbsp;</td>
<td class="auto-style4">&nbsp;</td>
<td class="auto-style8">&nbsp;</td>
</tr>
</table>
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataKeyNames="ProductCode" DataSourceID="TechSupport">
<Columns>
<asp:BoundField DataField="ProductCode" HeaderText="ProductCode" ReadOnly="True" SortExpression="ProductCode" />
<asp:BoundField DataField="Name" HeaderText="Name" SortExpression="Name" />
<asp:BoundField DataField="Version" HeaderText="Version" SortExpression="Version" />
<asp:BoundField DataField="ReleaseDate" HeaderText="ReleaseDate" SortExpression="ReleaseDate" />
</Columns>
</asp:GridView>
<asp:SqlDataSource ID="TechSupport" runat="server" ConnectionString="<%$ ConnectionStrings:TechSupportConnectionString %>" SelectCommand="SELECT * FROM [Products]"></asp:SqlDataSource>
<br />

</div>
@@ -13,10 +13,5 @@ protected void Page_Load(object sender, EventArgs e)
{

}

protected void btnEndList_Click(object sender, EventArgs e)
{

}
}
}
}
@@ -5,10 +5,34 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Technical Maintenance</title>
<link href="siteStyles.css" rel="stylesheet" type="text/css" />
</head>
<body style="background-color: #3B403C; color:white";>
<body>
col
<form id="form1" runat="server">
<div id="navBar">
<ul>
<li>
<a href="Design Tester.html">Home&nbsp;</a>
</li>
<li>
<a href="TechnicalMaintenance.aspx">Technician Maintanence&nbsp;</a>
</li>
<li>
<a href="CustomerIncidents.aspx">Customer Incidents&nbsp;</a>
</li>
<li>
<a href="AddIncident.aspx">Add Incident&nbsp;</a>
</li>
<li>
<a href="AddRegistration.aspx">Add Registration&nbsp;</a>
</li>
<li>
<a>Add Technician&nbsp;</a>
</li>
</ul>
</div>
<br /><br />
<div style="color:white;">
<br />
<asp:Button ID="btnStartList" runat="server" Text="|&lt;" />
@@ -6,9 +6,15 @@
-->

<configuration>
<connectionStrings>
<add name="TechSupportConnectionString" connectionString="Data Source=(LocalDB)\v11.0;AttachDbFilename=C:\Users\7107723813\Downloads\TechSupportDB\TechSupport.mdf;Integrated Security=True;Connect Timeout=30"
providerName="System.Data.SqlClient" />
</connectionStrings>
<system.web>
<compilation debug="true" targetFramework="4.5" />
<httpRuntime targetFramework="4.5" />
</system.web>

<appSettings>
<add key="ValidationSettings:UnobtrusiveValidationMode" value="None"/>
</appSettings>
</configuration>