res2.aspx

来自「its a website on property dealing made i」· ASPX 代码 · 共 29 行

ASPX
29
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="res2.aspx.cs" Inherits="res2" %>

<!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:Button ID="Button1" runat="server" OnClick="Button1_Click" Style="z-index: 100;
            left: 791px; position: absolute; top: 168px" Text="Button" />
        <asp:Label ID="Label1" runat="server" Style="z-index: 101; left: 325px; position: absolute;
            top: 192px" Text="pass"></asp:Label>
        <asp:Label ID="Label2" runat="server" Style="z-index: 102; left: 324px; position: absolute;
            top: 132px" Text="user"></asp:Label>
        <asp:TextBox ID="TextBox1" runat="server" Style="z-index: 103; left: 464px; position: absolute;
            top: 189px"></asp:TextBox>
        <asp:TextBox ID="TextBox2" runat="server" Style="z-index: 104; left: 459px; position: absolute;
            top: 126px"></asp:TextBox>
        <asp:TextBox ID="TextBox3" runat="server" OnTextChanged="TextBox3_TextChanged" Style="z-index: 106;
            left: 188px; position: absolute; top: 297px"></asp:TextBox>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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