⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dispaly.ascx

📁 。net学习中关于WebParts的小例子
💻 ASCX
字号:
<%@ 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 />
当前模式:<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>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -