📄 default.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!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>无标题页</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:ListBox ID="ListBox1" runat="server" AutoPostBack="True" Height="102px" OnSelectedIndexChanged="ListBox1_SelectedIndexChanged"
Width="174px">
<asp:ListItem>中商互联</asp:ListItem>
<asp:ListItem>ASP.NET2.0空间</asp:ListItem>
<asp:ListItem>QQ:59716094</asp:ListItem>
<asp:ListItem>手机:13917868802</asp:ListItem>
</asp:ListBox>
<asp:Label ID="Label1" runat="server" Text="Label" Width="392px"></asp:Label><br />
<br />
<asp:ListBox ID="ListBox2" runat="server" Height="97px" Width="106px"></asp:ListBox>
<asp:TextBox ID="TextBox1" runat="server" OnTextChanged="TextBox1_TextChanged"></asp:TextBox>
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" />
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" /><br />
<br />
<asp:ListBox ID="ListBox3" runat="server" SelectionMode="Multiple" Width="125px">
<asp:ListItem>a</asp:ListItem>
<asp:ListItem>b</asp:ListItem>
<asp:ListItem>c</asp:ListItem>
</asp:ListBox><br />
<br />
<asp:ListBox ID="ListBox4" runat="server" AutoPostBack="True" OnSelectedIndexChanged="ListBox4_SelectedIndexChanged"
Width="194px">
<asp:ListItem>域名注册</asp:ListItem>
<asp:ListItem>主机空间</asp:ListItem>
</asp:ListBox>
<asp:ListBox ID="ListBox5" runat="server" Width="252px"></asp:ListBox><br />
<br />
<br />
<asp:ListBox ID="ListBox6" runat="server" Height="100px" Width="102px">
<asp:ListItem>1中商互联</asp:ListItem>
<asp:ListItem>2空间域名</asp:ListItem>
<asp:ListItem>3网站开发</asp:ListItem>
<asp:ListItem>4六线空间</asp:ListItem>
</asp:ListBox>
<asp:Button ID="Button3" runat="server" CommandName="up" OnClick="Button3_Click"
Text="上移" />
<asp:Button ID="Button4" runat="server" CommandName="down" Text="下移" />
<asp:Button ID="Button5" runat="server" OnClick="Button5_Click" Text="首条" />
<asp:Button ID="Button6" runat="server" OnClick="Button6_Click" Text="末条" /> <asp:Button
ID="Button7" runat="server" OnClick="Button7_Click" Text="上一条" />
<asp:Button ID="Button8" runat="server" OnClick="Button8_Click" Text="下一条" /></div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -