📄 search.ascx
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="Search.ascx.cs" Inherits="Search" %>
<table class="tleft">
<tr>
<td>
WebSite Search</td>
</tr>
</table>
<table width="200" border="0" class="h1">
<tr>
<td ><img src="css/search.jpg" style="width: 46px; height: 51px" /></td>
<td >
查询内容:<br />
<asp:TextBox ID="TextBox1" runat="server" />
<asp:DropDownList ID="DropDownList1" runat="server">
<asp:ListItem Value="0">企业名称</asp:ListItem>
<asp:ListItem Value="1">供求信息</asp:ListItem>
<asp:ListItem Value="2">产品库</asp:ListItem>
</asp:DropDownList>
<asp:Button ID="Button1" runat="server" Text="搜索" OnClick="Button1_Click" /></td>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -