📄 t1.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="t1.aspx.cs" Inherits="t1" %>
<!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:TextBox ID="TextBox1" runat="server" OnTextChanged="TextBox1_TextChanged" Style="z-index: 100;
left: 197px; position: absolute; top: 121px">punjabi bagh</asp:TextBox>
<asp:DropDownList ID="DropDownList1" runat="server" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged"
Style="z-index: 101; left: 344px; position: absolute; top: 242px" Width="216px">
<asp:ListItem>east</asp:ListItem>
</asp:DropDownList>
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Style="z-index: 102;
left: 371px; position: absolute; top: 335px" Text="Button" />
<asp:TextBox ID="TextBox2" runat="server" Style="z-index: 103; left: 3px; position: absolute;
top: 141px">20</asp:TextBox>
<asp:TextBox ID="TextBox4" runat="server" OnTextChanged="TextBox4_TextChanged" Style="z-index: 104;
left: -6px; position: absolute; top: 235px">250</asp:TextBox>
<asp:TextBox ID="TextBox3" runat="server" Style="z-index: 106; left: 636px; position: absolute;
top: 168px"></asp:TextBox>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -