⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 login.aspx

📁 its a website on property dealing made in c# and .net framework.. the database is missing though.
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="login.aspx.cs" 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>
    <form id="form1" runat="server">
    <div>
        <asp:Panel ID="Panel1" runat="server" Height="253px" Style="z-index: 100; left: 439px;
            position: absolute; top: 336px" Width="459px" BackColor="Lavender" BorderColor="#0000C0" BorderStyle="Double">
            <asp:Label ID="Label1" runat="server" Font-Size="24pt" Style="z-index: 100; left: 174px;
                position: absolute; top: 15px" Text="Login"></asp:Label>
            <asp:Label ID="Label2" runat="server" Style="z-index: 101; left: 64px; position: absolute;
                top: 96px" Text="Username"></asp:Label>
            <asp:Label ID="Label3" runat="server" Style="z-index: 102; left: 60px; position: absolute;
                top: 139px" Text="Password"></asp:Label>
            <asp:TextBox ID="TextBox1" runat="server" Style="z-index: 103; left: 191px; position: absolute;
                top: 90px" OnTextChanged="TextBox1_TextChanged1"></asp:TextBox>
            <asp:TextBox ID="TextBox2" runat="server" Style="z-index: 104; left: 190px; position: absolute;
                top: 137px" TextMode="Password"></asp:TextBox>
            <asp:Button ID="Button1" runat="server" Style="z-index: 105; left: 280px; position: absolute;
                top: 192px" Text="Login" Width="75px" OnClick="Button1_Click" />
            <asp:Label ID="Label6" runat="server" Style="z-index: 107; left: 78px; position: absolute;
                top: 202px" Width="120px"></asp:Label>
        </asp:Panel>
        <asp:TextBox ID="TextBox3" runat="server" Height="40px" OnTextChanged="TextBox3_TextChanged"
            Style="z-index: 101; left: 23px; position: absolute; top: 626px" Width="1204px" TextMode="MultiLine">BEST VIEWED WITH 800X600 RESOLUTION IN NETSCAPE/INTERNET EXPLORER 4.0  &amp;  ABOVE . Copyright 2008 eproperties.com. All Rights reserved. No part of this site may be reproduced without the explicit permission of the owners.</asp:TextBox>
        <asp:Panel ID="Panel2" runat="server" BorderColor="#0000C0" BorderStyle="Double"
            Height="209px" Style="z-index: 102; left: 6px; position: absolute; top: 8px"
            Width="230px">
            <asp:Panel ID="Panel3" runat="server" BorderColor="#0000C0" BorderStyle="Double"
                Height="207px" Style="z-index: 100; left: 245px; position: absolute; top: -3px"
                Width="719px">
                <asp:Label ID="Label4" runat="server" ForeColor="#FF8080" Height="44px" Style="z-index: 100;
                    left: 377px; position: absolute; top: 112px" Text="India property listing service"
                    Width="237px"></asp:Label>
                <asp:Label ID="Label5" runat="server" Font-Bold="True" Font-Size="32pt" Height="37px"
                    Style="z-index: 101; left: 86px; position: absolute; top: 49px" Text="eProperties.com"
                    Width="231px"></asp:Label>
                <asp:Image ID="Image1" runat="server" Height="201px" ImageUrl="~/e11.bmp" Style="z-index: 103;
                    left: 733px; position: absolute; top: 8px" Width="228px" />
            </asp:Panel>
            <asp:Image ID="Image2" runat="server" Height="206px" ImageUrl="~/69.jpg" Style="z-index: 102;
                left: 0px; position: absolute; top: 0px" Width="224px" />
        </asp:Panel>
    
    </div>
        <asp:Panel ID="Panel4" runat="server" BorderColor="#0000C0" BorderStyle="Double"
            Height="208px" Style="z-index: 103; left: 986px; position: absolute; top: 13px"
            Width="232px">
        </asp:Panel>
        <asp:Panel ID="Panel5" runat="server" BackColor="Lavender" BorderColor="#0000C0"
            BorderStyle="Double" Height="43px" Style="z-index: 104; left: 10px; position: absolute;
            top: 235px" Width="230px">
            <asp:HyperLink ID="HyperLink1" runat="server" Style="z-index: 100; left: 12px; position: absolute;
                top: 11px" NavigateUrl="homelog.aspx">Sell/Lease</asp:HyperLink>
            <asp:HyperLink ID="HyperLink2" runat="server" Style="z-index: 102; left: 138px; position: absolute;
                top: 12px" NavigateUrl="homelog.aspx">Buy/Rent</asp:HyperLink>
        </asp:Panel>
        <asp:Panel ID="Panel6" runat="server" BackColor="Lavender" BorderColor="#0000C0"
            BorderStyle="Double" Height="45px" Style="z-index: 105; left: 986px; position: absolute;
            top: 235px" Width="230px">
        </asp:Panel>
        <asp:HyperLink ID="HyperLink3" runat="server" Style="z-index: 106; left: 997px; position: absolute;
            top: 248px" NavigateUrl="login.aspx">Login</asp:HyperLink>
        <asp:HyperLink ID="HyperLink4" runat="server" Style="z-index: 107; left: 1074px;
            position: absolute; top: 249px" NavigateUrl="registration.aspx">Register</asp:HyperLink>
        <asp:HyperLink ID="HyperLink5" runat="server" Style="z-index: 109; left: 1147px;
            position: absolute; top: 250px" NavigateUrl="homelog.aspx">Home</asp:HyperLink>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -