Ok.. here's the code
<%@ Page Language="vb" AutoEventWireup="false" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>WebForm1</title>
<meta content="Microsoft Visual Studio.NET 7.0"
name="GENERATOR">
<meta content="Visual Basic 7.0"
name="CODE_LANGUAGE">
<meta content="JavaScript"
name="vs_defaultClientScript">
<meta
content="http://schemas.microsoft.com/intellisense/ie5"
name="vs_targetSchema">
</HEAD>
<body bgColor="#cccccc" MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<asp:label id="Label1" style="Z-INDEX: 101;
LEFT: 149px; POSITION: absolute; TOP: 18px" runat="server"
Width="248px" Height="51px" Font-Bold="True" Font-Size="Large"
ForeColor="#804040">Student Registration</asp:label><br>
<asp:label id="Label2" style="Z-INDEX: 102;
LEFT: 29px; POSITION: absolute; TOP: 88px" runat="server"
Width="157px" Height="23px">New Student registration</asp:label><br>
<asp:button id="Button1" style="Z-INDEX:
103; LEFT: 191px; POSITION: absolute; TOP: 89px" runat="server"
Text="New Registration"></asp:button><br>
<asp:label id="Label4" style="Z-INDEX: 105;
LEFT: 33px; POSITION: absolute; TOP: 199px" runat="server"
Width="73px" Height="30px">Student ID</asp:label><br>
<asp:textbox id="TextBox1" style="Z-INDEX:
106; LEFT: 135px; POSITION: absolute; TOP: 197px"
runat="server"></asp:textbox><br>
<asp:button id="Button2" style="Z-INDEX:
107; LEFT: 326px; POSITION: absolute; TOP: 195px" runat="server"
Text="Search"></asp:button><br>
<asp:label id="Label5" style="Z-INDEX: 108;
LEFT: 31px; POSITION: absolute; TOP: 250px" runat="server"
Width="98px" Height="15px">Student Name: </asp:label>
<asp:label id="Label8" style="Z-INDEX: 111;
LEFT: 137px; POSITION: absolute; TOP: 249px" runat="server"
Width="319px" Height="27px">Display name</asp:label><br>
<asp:label id="Label7" style="Z-INDEX: 110;
LEFT: 36px; POSITION: absolute; TOP: 288px" runat="server"
Width="103px" Height="22px">Course Name: </asp:label>
<asp:label id="Label9" style="Z-INDEX: 112;
LEFT: 136px; POSITION: absolute; TOP: 288px" runat="server"
Width="339px" Height="25px">Display course name</asp:label><br>
<asp:label id="Label6" style="Z-INDEX: 109;
LEFT: 39px; POSITION: absolute; TOP: 329px" runat="server"
Width="69px">Major : </asp:label>
<asp:label id="Label10" style="Z-INDEX: 113;
LEFT: 140px; POSITION: absolute; TOP: 329px" runat="server"
Width="331px" Height="26px">Display Major</asp:label><br>
<br>
<asp:label id="Label3" style="Z-INDEX: 104;
LEFT: 31px; POSITION: absolute; TOP: 152px" runat="server"
Width="301px" Height="25px" Font-Bold="True">Subject
Registration</asp:label><br>
<asp:label id="Label11" style="Z-INDEX: 114;
LEFT: 43px; POSITION: absolute; TOP: 412px" runat="server"
Width="69px">Subject 1 :</asp:label>
<asp:dropdownlist id="Select_sub1" style="Z-
INDEX: 118; LEFT: 130px; POSITION: absolute; TOP: 412px"
runat="server" Width="236px" Height="24px"></asp:dropdownlist><br>
<asp:label id="Label12" style="Z-INDEX: 115;
LEFT: 44px; POSITION: absolute; TOP: 448px" runat="server"
Width="69px">Subject 2:</asp:label>
<asp:dropdownlist id="Select_sub2" style="Z-
INDEX: 119; LEFT: 129px; POSITION: absolute; TOP: 449px"
runat="server" Width="236px" Height="24px"></asp:dropdownlist><br>
<asp:label id="Label13" style="Z-INDEX: 116;
LEFT: 43px; POSITION: absolute; TOP: 481px" runat="server"
Width="69px">Subject 3 :</asp:label>
<asp:dropdownlist id="Select_sub3" style="Z-
INDEX: 120; LEFT: 127px; POSITION: absolute; TOP: 483px"
runat="server" Width="236px" Height="24px"></asp:dropdownlist><br>
<asp:label id="Label14" style="Z-INDEX: 117;
LEFT: 42px; POSITION: absolute; TOP: 513px" runat="server"
Width="69px">Subject 4 :</asp:label>
<asp:dropdownlist id="Select_sub4" style="Z-
INDEX: 121; LEFT: 127px; POSITION: absolute; TOP: 519px"
runat="server" Width="236px" Height="24px"></asp:dropdownlist><br>
<asp:Button id="btnSubmit" style="Z-INDEX:
122; LEFT: 131px; POSITION: absolute; TOP: 575px" runat="server"
Text="Submit"></asp:Button>
<asp:Button id="btnCancel" style="Z-INDEX:
123; LEFT: 241px; POSITION: absolute; TOP: 576px" runat="server"
Text="Cancel"></asp:Button>
</form>
</body>
</HTML>