?? 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 + -