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

📄 search.ascx

📁 互动媒体学习系统 1.后台 用户注册登录后可进行发布教程、下载等操作 对教程信息进行添加、查询操作。 对视频课堂信息进行查看操作。 对语音课堂信息进行查看操作。 2.后台 输入用户名及密
💻 ASCX
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="search.ascx.cs" Inherits="search" %>
<strong><span style="font-size: 14pt"> </span></strong>
            <table align="center" cellspacing="2" height="35" style="width: 501px">
                <tr>
                    <td style="width: 95px; height: 1px">
                        <p class="hese">
                            <span class="chengse">
    教程类型<span style="font-size: 12pt">
                                </span></span></p>
                    </td>
                    <td style="width: 52px; height: 1px">
                                <asp:DropDownList ID="ddlType" runat="server">
        <asp:ListItem Value="tb_Video">视频</asp:ListItem>
        <asp:ListItem Value="tb_Sound">语音</asp:ListItem>
    </asp:DropDownList></td>
                    <td class="chengse" style="width: 43px; height: 1px">
    语言<span style="font-size: 12pt">
                            </span></td>
                    <td class="chengse" style="width: 62px; height: 1px">
                            <asp:DropDownList ID="ddlLanguage" runat="server" DataTextField="TypeName" DataValueField="TypeID">
    </asp:DropDownList></td>
                    <td style="height: 1px; width: 90px;">
                        <span class="chengse">关键字<span
                            style="font-size: 12pt"></span></span></td>
                    <td style="width: 67px; height: 1px">
                        <asp:TextBox ID="txtKey" runat="server" Width="85px"></asp:TextBox></td>
                    <td style="width: 1px; height: 1px">
                        &nbsp;
                        <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="images/sousuo.gif" OnClick="ImageButton1_Click" /></td>
                </tr>
            </table>

⌨️ 快捷键说明

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