?? default2.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" %>
<!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:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True" Width="119px" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged">
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
</asp:DropDownList><br />
<asp:MultiView ID="MultiView1" runat="server" ActiveViewIndex="0">
<asp:View ID="View1" runat="server">
空間域名注冊<br />
<asp:Button ID="Button1" runat="server" CommandArgument="view2" CommandName="switchviewid"
Text="A" Width="51px" />
<asp:Button ID="Button2" runat="server" CommandName="Nextview" Text="B" Width="47px" /></asp:View>
<asp:View ID="View2" runat="server">
網站開發,http://www.ebiz8.com<br />
<asp:Button ID="Button3" runat="server" Text="C" Width="48px" CommandArgument="view2" CommandName="switchviewid" />
<asp:Button ID="Button4" runat="server" Text="D" Width="48px" CommandName="Nextview" /></asp:View>
<asp:View ID="View3" runat="server">
常用查詢http:www.abbc.con.cn<br />
<asp:Button ID="Button5" runat="server" Text="E" Width="56px" CommandArgument="view2" CommandName="switchviewid" />
<asp:Button ID="Button6" runat="server" Text="F" Width="54px" CommandName="Nextview" /></asp:View>
<asp:View ID="View4" runat="server" EnableViewState="False">
ASP.NET2.0空間申請http://www.ebiz8.com<br />
<br />
<asp:Button ID="Button7" runat="server" CommandArgument="view2" CommandName="switchviewid" Text="G" Width="56px" />
<asp:Button ID="Button8" runat="server" Text="H" Width="50px" /></asp:View>
</asp:MultiView> </div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -