scr.ascx
来自「多种模式留言系统 本留言系统 支持多种模式 一 签写留言模式 二 留言本模」· ASCX 代码 · 共 14 行
ASCX
14 行
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="scr.ascx.cs" Inherits="scr" %>
<table width="250">
<tr>
<td align="center" colspan="2" style="width: 200px; height: 27px">
<asp:TextBox ID="scrtb" runat="server" Width="81px"></asp:TextBox>
<asp:DropDownList ID="scrddl" runat="server" Width="76px">
<asp:ListItem Value="name">名字</asp:ListItem>
<asp:ListItem Value="title">标题</asp:ListItem>
<asp:ListItem Value="concent">内容</asp:ListItem>
</asp:DropDownList>
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="搜" /></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?