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

📄 homelog.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="homelog.aspx.cs" Inherits="homelog" %>

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

<script runat="server">

    protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e)
    {

    }
</script>

<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
    <title>Untitled Page</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        &nbsp;<asp:Panel ID="Panel2" runat="server" Height="208px" Style="left: 261px; position: absolute;
            top: 10px; z-index: 100;" Width="716px" BorderColor="MediumBlue" BorderStyle="Double">
            <asp:Label ID="Label1" runat="server" Font-Bold="True" ForeColor="Black" Height="35px"
                Style="left: 101px; position: relative; top: 55px; z-index: 100;" Text="eProperties.com" Width="296px" Font-Size="32pt"></asp:Label>
            <asp:Label ID="Label2" runat="server" ForeColor="Red" Height="1px" Style="left: 87px;
                position: relative; top: 111px; z-index: 101;" Text="India  Property listing service" Width="208px"></asp:Label>
            <asp:Label ID="Label7" runat="server" Style="z-index: 102; left: 747px; position: absolute;
                top: 404px" Width="110px"></asp:Label>
            <asp:Image ID="Image1" runat="server" Height="202px" ImageUrl="~/e11.bmp" Style="z-index: 104;
                left: 737px; position: absolute; top: 3px" Width="224px" />
        </asp:Panel>
        &nbsp;&nbsp;
        <asp:TextBox ID="TextBox3" runat="server" Height="32px" Style="z-index: 101; left: 16px;
            position: absolute; top: 240px" Width="208px">Advertise your property with us</asp:TextBox>
        <asp:Panel ID="Panel4" runat="server" Height="376px" Style="left: 0px; position: relative;
            top: 256px; z-index: 102;" Width="216px" BorderColor="#0000C0" BorderStyle="Double">
            &nbsp; &nbsp; &nbsp;
            <asp:Button ID="Button1" runat="server" Height="32px" Style="z-index: 100; left: 32px;
                position: absolute; top: 40px" Text="Home" Width="144px" BackColor="Lavender" OnClick="Button1_Click" />
            <asp:Button ID="Button2" runat="server" Height="32px" Style="z-index: 101; left: 32px;
                position: absolute; top: 312px" Text="Contacts" Width="144px" BackColor="Lavender" />
            <asp:Button ID="Button3" runat="server" Height="32px" Style="z-index: 102; left: 32px;
                position: absolute; top: 240px" Text="Documents & Articles" Width="144px" BackColor="Lavender" OnClick="Button3_Click" />
            <asp:Button ID="Button4" runat="server" Height="32px" Style="z-index: 103; left: 32px;
                position: absolute; top: 176px" Text="FAQ'S" Width="144px" BackColor="Lavender" />
            &nbsp;
            <asp:Button ID="Button5" runat="server" Height="32px" Style="z-index: 105; left: 32px;
                position: absolute; top: 104px" Text="About Us" Width="144px" BackColor="Lavender" />
        </asp:Panel>
        <asp:Panel ID="Panel11" runat="server" Height="196px" Style="z-index: 103; left: 993px;
            position: absolute; top: 469px" Width="224px" BorderColor="#0000C0" BorderStyle="Double">
            <asp:Label ID="Label6" runat="server" Height="29px" Style="z-index: 100; left: 72px;
                position: absolute; top: 8px" Text="Quick Property Search" Width="140px"></asp:Label>
            <asp:DropDownList ID="DropDownList1" runat="server" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged"
                Style="z-index: 101; left: 160px; position: absolute; top: 48px" AutoPostBack="True" DataTextField="Buy">
                <asp:ListItem Selected="True">Buy</asp:ListItem>
                <asp:ListItem>Sell</asp:ListItem>
            </asp:DropDownList>
            <asp:DropDownList ID="DropDownList2" runat="server" AutoPostBack="True" Height="20px"
                Style="z-index: 102; left: 72px; position: absolute; top: 80px" Width="138px">
                <asp:ListItem>Residential Apartments</asp:ListItem>
                <asp:ListItem>Residential House</asp:ListItem>
                <asp:ListItem Selected="True">Residential Land</asp:ListItem>
                <asp:ListItem>Commercial Shops</asp:ListItem>
            </asp:DropDownList>
            <asp:DropDownList ID="DropDownList3" runat="server" Style="z-index: 103; left: 120px;
                position: absolute; top: 119px">
                <asp:ListItem Selected="True">Delhi</asp:ListItem>
                <asp:ListItem>Noida</asp:ListItem>
                <asp:ListItem>Gurgaon</asp:ListItem>
                <asp:ListItem>Ghaziabad</asp:ListItem>
            </asp:DropDownList>
            <asp:LinkButton ID="LinkButton2" runat="server" Height="9px" Style="z-index: 105;
                left: 173px; position: absolute; top: 152px" Width="41px" OnClick="LinkButton2_Click">Go</asp:LinkButton>
        </asp:Panel>
        <asp:Panel ID="Panel5" runat="server" Height="126px" Style="z-index: 104; left: 668px;
            position: absolute; top: 372px" Width="303px" BorderColor="#0000C0" BorderStyle="Double" Font-Overline="True">
            &nbsp;&nbsp;
           <asp:HyperLink ID="HyperLink7" runat="server" Height="32px" Style="z-index: 100;
                left: 122px; position: absolute; top: 89px" Width="224px" ForeColor="#FF8080" Font-Size="16pt" Font-Underline="False" NavigateUrl="home.aspx">Register Its Free</asp:HyperLink>
            <asp:Image ID="Image4" runat="server" Height="79px" ImageUrl="~/image/register.JPG"
                Style="z-index: 102; left: 7px; position: absolute; top: 3px" Width="290px" />
       </asp:Panel>
        <asp:Panel ID="Panel7" runat="server" Height="216px" Style="z-index: 105; left: 995px;
            position: absolute; top: 239px" Width="224px" BorderColor="#0000C0" BorderStyle="Double">
            <asp:Label ID="Label3" runat="server" Height="30px" Style="z-index: 100; left: 80px;
                position: absolute; top: 8px" Text="Member's Area" Width="106px"></asp:Label>
            <asp:Label ID="Label4" runat="server" Font-Names="user id" Height="24px" Style="z-index: 101;
                left: 32px; position: absolute; top: 56px" Text="user id" Width="51px"></asp:Label>
            <asp:Label ID="Label5" runat="server" Height="24px" Style="z-index: 102; left: 32px;
                position: absolute; top: 96px" Text="password" Width="52px"></asp:Label>
            <asp:TextBox ID="TextBox1" runat="server" Height="18px" Style="z-index: 103; left: 112px;
                position: absolute; top: 56px" Width="88px"></asp:TextBox>
            <asp:TextBox ID="TextBox2" runat="server" Height="18px" Style="z-index: 104; left: 112px;
                position: absolute; top: 96px" Width="88px" TextMode="Password"></asp:TextBox>
            <asp:LinkButton ID="LinkButton1" runat="server" Height="18px" Style="z-index: 106;
                left: 170px; position: absolute; top: 165px" Width="37px" OnClick="LinkButton1_Click">GO</asp:LinkButton>
        </asp:Panel>
        <asp:Panel ID="Panel6" runat="server" Height="144px" Style="z-index: 106; left: 671px;
            position: absolute; top: 521px" Width="301px" BorderColor="#0000C0" BorderStyle="Double">
            &nbsp;
            <asp:Image ID="Image6" runat="server" Height="93px" ImageUrl="~/image/reqquire.bmp"
                Style="z-index: 100; left: 4px; position: absolute; top: 2px" Width="295px" />
        </asp:Panel>
        <asp:Panel ID="Panel8" runat="server" Height="144px" Style="z-index: 107; left: 261px;
            position: absolute; top: 519px" Width="386px" BorderColor="#0000C0" BorderStyle="Double">
            &nbsp;
            <asp:HyperLink ID="HyperLink8" runat="server" Font-Size="16pt" ForeColor="#FF8080"
                Height="44px" NavigateUrl="sell.aspx" Style="z-index: 100; left: 147px; position: absolute;
                top: 106px" Width="214px">Sell Your Property</asp:HyperLink>
            <asp:Image ID="Image5" runat="server" Height="96px" ImageUrl="~/image/sale.JPG" Style="z-index: 102;
                left: 0px; position: absolute; top: 0px" Width="381px" />
        </asp:Panel>
        <asp:Panel ID="Panel9" runat="server" Height="126px" Style="z-index: 108; left: 257px;
            position: absolute; top: 374px" Width="390px" BorderColor="#0000C0" BorderStyle="Double">
            <asp:HyperLink ID="HyperLink6" runat="server" Height="32px" Style="z-index: 100;
                left: 507px; position: absolute; top: 246px" Width="202px" ForeColor="#FF8080" Font-Size="16pt" NavigateUrl="login.aspx">Post Your Requirement</asp:HyperLink>
            <asp:HyperLink ID="HyperLink9" runat="server" Font-Size="16pt" ForeColor="#FF8080"
                Height="29px" NavigateUrl="sell.aspx" Style="z-index: 101; left: 35px; position: absolute;
                top: 88px" Width="327px">Select From Wide Range Of Properties</asp:HyperLink>
            <asp:Image ID="Image3" runat="server" Height="82px" ImageUrl="~/image/buy.JPG" Style="z-index: 103;
                left: 0px; position: absolute; top: 0px" Width="384px" />
        </asp:Panel>
        &nbsp;
        <asp:Panel ID="Panel10" runat="server" Height="112px" Style="z-index: 109; left: 260px;
            position: absolute; top: 240px" Width="714px" BorderColor="#0000C0" BorderStyle="Double">
            <asp:Image ID="Image7" runat="server" Height="103px" ImageUrl="~/image/e1.jpg" Style="z-index: 100;
                left: 6px; position: absolute; top: 4px" Width="699px" />
        </asp:Panel>
        &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp;
        <asp:Panel ID="Panel1" runat="server" Height="208px" Style="left: 0px; position: relative;
            top: -423px; z-index: 110;" Width="232px" BorderColor="MediumBlue" BorderStyle="Double">
            <asp:Image ID="Image2" runat="server" Height="204px" ImageUrl="~/69.jpg" Style="z-index: 100;
                left: 0px; position: absolute; top: 0px" Width="229px" />
        </asp:Panel>
        <asp:TextBox ID="TextBox4" runat="server" Font-Size="8pt" Height="40px" Style="z-index: 111;
            left: 8px; position: absolute; top: 808px" TextMode="MultiLine" Width="1204px" BorderColor="#0000C0" OnTextChanged="TextBox4_TextChanged">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="Panel12" runat="server" BorderColor="#0000C0" BorderStyle="Double"
            Height="50px" Style="z-index: 114; left: 10px; position: absolute; top: 697px"
            Width="1204px">
            <asp:HyperLink ID="HyperLink1" runat="server" Style="z-index: 100; left: 945px; position: absolute;
                top: 16px" Width="96px" NavigateUrl="reg.aspx">Register</asp:HyperLink>
            &nbsp;&nbsp;
            <asp:HyperLink ID="HyperLink4" runat="server" Style="z-index: 101; left: 806px; position: absolute;
                top: 18px" Width="104px" NavigateUrl="login.aspx">Login</asp:HyperLink>
            <asp:HyperLink ID="HyperLink5" runat="server" Style="z-index: 102; left: 1095px; position: absolute;
                top: 14px" Width="88px">About us</asp:HyperLink>
            <asp:HyperLink ID="HyperLink2" runat="server" NavigateUrl="login.aspx" Style="z-index: 103;
                left: 27px; position: absolute; top: 12px">Sell/Lease</asp:HyperLink>
            <asp:HyperLink ID="HyperLink3" runat="server" NavigateUrl="login.aspx" Style="z-index: 105;
                left: 181px; position: absolute; top: 10px">Buy/Rent</asp:HyperLink>
        </asp:Panel>
        <asp:Panel ID="Panel3" runat="server" Height="208px" Style="left: 984px; position: relative;
            top: -643px; z-index: 113;" Width="232px" BorderColor="#0000C0" BorderStyle="Double">
        </asp:Panel>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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