admin_add.ascx
来自「一个个人网站系统~ 一个个人网站系统~」· ASCX 代码 · 共 25 行
ASCX
25 行
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="Admin_Add.ascx.cs" Inherits="Show_Socut_Data.Admin_Add" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<table>
<tr>
<td style="HEIGHT: 18px">
<asp:DropDownList id="DDL" runat="server">
<asp:ListItem Value="1">招聘信息</asp:ListItem>
<asp:ListItem Value="2">人才库</asp:ListItem>
<asp:ListItem Value="3">校园动态</asp:ListItem>
<asp:ListItem Value="4">英语资讯</asp:ListItem>
<asp:ListItem Value="5">就业指导</asp:ListItem>
<asp:ListItem Value="6">校园趣事</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr>
<td>
<asp:TextBox id="TextBox1" runat="server" Width="408px"></asp:TextBox><FONT face="宋体"><BR>
<asp:TextBox id="TextBox2" runat="server" Width="408px" Height="180px" TextMode="MultiLine"></asp:TextBox></FONT></td>
</tr>
<tr>
<td>
<asp:Button id="Button1" runat="server" Text="添加"></asp:Button>
<asp:Label id="Label1" runat="server"></asp:Label></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?