searchbarcontrol.ascx

来自「C#语言制作asp.net网上商店的」· ASCX 代码 · 共 17 行

ASCX
17
字号
<%@ Control Language="VB" AutoEventWireup="false" CodeFile="SearchBarControl.ascx.vb" Inherits="Shop_Search_SearchBarControl" %>

    
<table  id ="search-bar" border="0" cellpadding="0" cellspacing="0">
  <tbody>
    <tr>
      <td >&nbsp;商品搜索&nbsp;</td>
      <td >
          <asp:DropDownList ID="ddlCategory" runat="server">
          </asp:DropDownList></td>
      <td >
          <asp:TextBox ID="txtSearchValue"   runat="server" Width="250px"></asp:TextBox></td>
      <td >
          <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/Images/Shop/go_Seach.gif" /></td>
    </tr>
  </tbody>
</table>

⌨️ 快捷键说明

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