here is the page again:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "
<html xmlns="
<head runat="server">
<title>Intelligent Thinking Key Generator</title>
</head>
<body style="padding-right: 0%; padding-left: 0%; padding-bottom: 0%; margin: 0%; padding-top: 0%">
<form id="form1" runat="server">
<asp:ScriptManager ID="ScriptManager1" runat="server" />
<table style="width: 100%">
<tr>
<td style="width: 772px; height: 23%; background-color: gray;">
<div>
<a href="../Generator/frmMain.aspx">Home</a>
<a href="../Generator/frmMain.aspx">Logout</a></div>
</td>
<td style="height: 23%">
</td>
</tr>
<tr>
<td style="width: 100%; height: 21%; background-color: lightsteelblue;">
<asp:Label ID="lblGenerate" runat="server" Font-Bold="True" Font-Names="Tahoma" Font-Size="Small"
Font-Underline="False" Text="Generate Keys" Width="185px"></asp:Label></td>
<td style="height: 21%">
</td>
</tr>
<tr>
<td style="width: 772px; background-color: lightsteelblue; height: 21%;">
</td>
<td style="height: 21%">
</td>
</tr>
</table>
<div>
<table style="width: 718px">
<tr>
<td style="width: 18px; height: 100%; color: lightsteelblue; background-color: lightsteelblue;">
<span style="color: #336699; background-color: lightsteelblue; height: 100%;">
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<telerik:RadPanelBar ID="pnlAdd" runat="server" Skin="Outlook" Width="150px">
<CollapseAnimation Duration="100" Type="None" />
<Items>
<telerik:RadPanelItem runat="server" Text="User">
<Items>
<telerik:RadPanelItem runat="server" NavigateUrl="..\Generator\AddUsers.aspx" Text="Add User">
</telerik:RadPanelItem>
<telerik:RadPanelItem runat="server" NavigateUrl="..\Generator\EditUsers.aspx" Text="Edit User">
</telerik:RadPanelItem>
</Items>
</telerik:RadPanelItem>
<telerik:RadPanelItem runat="server" Text="Company">
<Items>
<telerik:RadPanelItem runat="server" NavigateUrl="..\Generator\AddCompany.aspx" Text="Add Company">
</telerik:RadPanelItem>
<telerik:RadPanelItem runat="server" NavigateUrl="..\Generator\EditCompany.aspx"
Text="Edit Company">
</telerik:RadPanelItem>
</Items>
</telerik:RadPanelItem>
<telerik:RadPanelItem runat="server" Text="Generate Key">
<Items>
<telerik:RadPanelItem runat="server" NavigateUrl="..\Generator\Default.aspx" Text="Assign Key">
</telerik:RadPanelItem>
<telerik:RadPanelItem runat="server" NavigateUrl="..\Generator\Viewkey.aspx" Text="View Key">
</telerik:RadPanelItem>
</Items>
</telerik:RadPanelItem>
</Items>
<ExpandAnimation Duration="100" Type="None" />
</telerik:RadPanelBar>
<br />
</span>
</td>
<td style="height: 100%; width: 436px;">
<telerik:RadAjaxPanel ID="RadAjaxPanel1" runat="server" Height="100%" Width="434px">
<br />
<br />
<br />
<br />
<table style="width: 427px; height: 100%;" border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="width: 96px">
<asp:Label ID="Label10" runat="server" Text="Company" Width="64px" Font-Bold="False" Font-Names="Tahoma" Font-Size="Small"></asp:Label></td>
<td style="width: 359px">
<telerik:RadComboBox ID="cboCompany" runat="server" OnSelectedIndexChanged="cboCompany_SelectedIndexChanged"
Width="220px" AutoPostBack="True" Font-Names="Tahoma" Font-Size="Small">
<CollapseAnimation Duration="200" Type="OutQuint" />
</telerik:RadComboBox>
</td>
</tr>
<tr>
<td style="width: 96px">
<asp:Label ID="Label7" runat="server" Text="No Of Users" Font-Bold="False" Font-Names="Tahoma" Font-Size="Small"></asp:Label></td>
<td style="width: 359px">
<telerik:RadTextBox ID="tboUsers" runat="server" Width="215px" Font-Names="Tahoma" Font-Size="Small">
</telerik:RadTextBox> <asp:RequiredFieldValidator ID="RequiredFieldValidator1"
runat="server" ControlToValidate="tboUsers" Display="Dynamic" ErrorMessage="Required Field">*</asp:RequiredFieldValidator></td>
</tr>
<tr>
<td style="width: 96px">
<asp:Label ID="Label8" runat="server" Text="Product" Font-Bold="False" Font-Names="Tahoma" Font-Size="Small"></asp:Label></td>
<td style="width: 359px">
<telerik:RadComboBox ID="cboProduct" runat="server" Width="217px" AutoPostBack="True" OnSelectedIndexChanged="cboProduct_SelectedIndexChanged" Font-Names="Tahoma" Font-Size="Small" >
<CollapseAnimation Duration="200" Type="OutQuint" />
</telerik:RadComboBox>
</td>
</tr>
<tr>
<td style="width: 96px; height: 6%;">
<asp:Label ID="Label9" runat="server" Text="Key" Font-Bold="False" Font-Names="Tahoma" Font-Size="Small"></asp:Label></td>
<td style="height: 6%; width: 359px;">
<telerik:RadTextBox ID="tbokey" runat="server" Width="213px" ReadOnly="True" Font-Names="Tahoma" Font-Size="Small">
<ReadOnlyStyle BackColor="#FFFFC0" />
</telerik:RadTextBox>
</td>
</tr>
<tr>
<td style="width: 96px; height: 6%">
<asp:Label ID="Label1" runat="server" Text="Activation Code" Width="103px" Font-Bold="False" Font-Names="Tahoma" Font-Size="Small"></asp:Label></td>
<td style="width: 359px; height: 6%">
<telerik:RadTextBox ID="tboActivation" runat="server" ReadOnly="True" Width="214px" Font-Names="Tahoma" Font-Size="Small">
<ReadOnlyStyle BackColor="#FFFFC0" />
</telerik:RadTextBox></td>
</tr>
<tr>
<td style="width: 96px; height: 6%">
</td>
<td style="height: 6%; width: 96px;">
<asp:Label ID="lblInfor1" runat="server" ForeColor="Red" Width="302px" Font-Names="Tahoma" Font-Size="Small"></asp:Label></td>
</tr>
<tr>
<td style="width: 96px; height: 10%">
</td>
<td style="height: 10%; width: 359px;">
<asp:Button ID="BtnGenerate" runat="server" Text="Generate Key" Width="99px" OnClick="BtnGenerate_Click" Font-Names="Tahoma" Font-Size="Small" /></td>
</tr>
</table>
<br />
<br />
</telerik:RadAjaxPanel>
<br />
</td>
<td style="height: 100%; width: 379px;">
</td>
</tr>
</table>
</div>
</form>
</body>
</html>