webform1.aspx
来自「程序源代码分成两个部分:  一部分是用记事本或EditPlus」· ASPX 代码 · 共 28 行
ASPX
28 行
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb" Inherits="_5_9.WebForm1"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>WebForm1</title>
<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<asp:DropDownList id="DropDownList1" style="Z-INDEX: 101; LEFT: 48px; POSITION: absolute; TOP: 24px"
runat="server" Width="128px" Height="24px" AutoPostBack="True">
<asp:ListItem Value="HTTP">HTTP</asp:ListItem>
<asp:ListItem Value="FTP">FTP</asp:ListItem>
<asp:ListItem Value="SMTP">SMTP</asp:ListItem>
<asp:ListItem Value="POP3">POP3</asp:ListItem>
</asp:DropDownList>
<asp:ListBox id="ListBox1" style="Z-INDEX: 102; LEFT: 48px; POSITION: absolute; TOP: 64px" runat="server"
Width="128px" Height="88px"></asp:ListBox>
<asp:Label id="Label1" style="Z-INDEX: 103; LEFT: 56px; POSITION: absolute; TOP: 168px" runat="server"
Width="112px" Height="24px">Label</asp:Label></FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?