?? dispaly.ascx
字號(hào):
?<%@ Control Language="C#" AutoEventWireup="true" CodeFile="dispaly.ascx.cs" Inherits="dispaly" %>
<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged">
<asp:ListItem Value="a">瀏覽</asp:ListItem>
<asp:ListItem Value="b">布局</asp:ListItem>
<asp:ListItem Value="c">編輯</asp:ListItem>
<asp:ListItem Value="d">添加新控件</asp:ListItem>
</asp:DropDownList>
<asp:LinkButton ID="LinkButton1" runat="server" OnClick="LinkButton1_Click">初始化</asp:LinkButton>
<br />
當(dāng)前模式:<asp:RadioButton ID="RadioButton1" runat="server" AutoPostBack="True" OnCheckedChanged="RadioButton1_CheckedChanged"
Text="用戶" />
<asp:RadioButton ID="RadioButton2" runat="server" AutoPostBack="True" OnCheckedChanged="RadioButton2_CheckedChanged"
Text="共享" /><br />
<asp:WebPartManager ID="WebPartManager1" runat="server">
</asp:WebPartManager>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -