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

📄 search.ascx

📁 系统运行平台ASP.NET+ACCESS
💻 ASCX
字号:
<%@ control language="C#" autoeventwireup="true" inherits="Control_Search, App_Web_luxxjqnv" %>
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
            <td colspan="3" style="height: 25px; background-color: white; vertical-align: bottom;">
                搜索:<asp:DropDownList ID="DropDownListSearchClass" runat="server" ValidationGroup="SearchGroup" EnableViewState="False">
                    <asp:ListItem Value="1">按留言者</asp:ListItem>
                    <asp:ListItem Value="2">按留言内容</asp:ListItem>
                    <asp:ListItem Value="3">按站长回复</asp:ListItem>
                </asp:DropDownList>
                <asp:TextBox ID="txtSearch" runat="server" MaxLength="20" ValidationGroup="SearchGroup" EnableViewState="False"></asp:TextBox>&nbsp;
                <asp:Button ID="btnSearch" runat="server" Text="搜索" ValidationGroup="SearchGroup" PostBackUrl="../Search.aspx" EnableViewState="False" />
                <asp:RequiredFieldValidator ID="ValidatorSearch" runat="server" ControlToValidate="txtSearch"
                    SetFocusOnError="True" ValidationGroup="SearchGroup" EnableViewState="False" ForeColor="Black">请输入关键字</asp:RequiredFieldValidator></td>
        </tr>
    </table>

⌨️ 快捷键说明

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