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

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

<!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:Label ID="Label1" runat="server" Style="z-index: 100; left: 142px; position: absolute;
            top: 211px" Text="pass"></asp:Label>
        <asp:Label ID="Label2" runat="server" Style="z-index: 101; left: 144px; position: absolute;
            top: 156px" Text="user"></asp:Label>
        <asp:TextBox ID="TextBox1" runat="server" Style="z-index: 102; left: 283px; position: absolute;
            top: 210px" OnTextChanged="TextBox1_TextChanged"></asp:TextBox>
        <asp:TextBox ID="TextBox2" runat="server" Style="z-index: 103; left: 284px; position: absolute;
            top: 157px" OnTextChanged="TextBox2_TextChanged"></asp:TextBox>
        <asp:Button ID="Button1" runat="server" Height="27px" OnClick="Button1_Click" Style="z-index: 104;
            left: 495px; position: absolute; top: 155px" Text="Button" />
        <asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Style="z-index: 106;
            left: 430px; position: absolute; top: 341px" Text="link" />
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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