Kshitij_fanatic 0 Newbie Poster
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>Untitled Page</title>
</head>
<body style="text-align: center">
    <form id="form1" runat="server">
        <br />
        <div style="background-image: url(App_Data/green2.JPG); width: 977px; height: 512px;">
        </div>
        <br />
        <br />
        <br />
        <br />
        <asp:Panel ID="Panel1" runat="server" Height="32px" Width="304px">
        <table style="width: 296px; height: 152px; border-right: #355e2b thin solid; border-top: #355e2b thin solid; border-left: #355e2b thin solid; border-bottom: #355e2b thin solid;">
                <tr>
                    <td colspan="2" style="background-color: #a6cf57">
                        User Login</td>
                </tr>
                <tr>
                    <td style="width: 100px">
                        <asp:Label ID="Label1" runat="server" Text="Login ID" BackColor="#A6D566"></asp:Label></td>
                    <td style="width: 100px; text-align: center;">
                        <asp:TextBox ID="usertxt" runat="server"></asp:TextBox></td>
                </tr>
                <tr>
                    <td style="width: 100px; height: 31px;">
                        <asp:Label ID="Label2" runat="server" Text="Password" BackColor="#A6D566"></asp:Label></td>
                    <td style="width: 100px; height: 31px; text-align: center;">
                        <asp:TextBox ID="pwdtxt" runat="server" TextMode="Password"></asp:TextBox></td>
                </tr>
                <tr>
                    <td style="width: 100px; height: 39px;">
                        <asp:Button ID="Button1" runat="server" Text="Submit" BackColor="#B6D78E" /></td>
                    <td style="width: 100px; height: 39px;">
                    </td>
                </tr>
            </table>
        </asp:Panel>
        <br />
        <br />
    </form>
</body>
</html>