productsearch.ascx

来自「网上购物商城」· ASCX 代码 · 共 14 行

ASCX
14
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="ProductSearch.ascx.cs" Inherits="shop.Controls.ProductSearch" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<table border="0" cellpadding="0" cellspacing="0" style="width: 754px">
  <tr> 
    <td align="left">类别 
      <asp:DropDownList id="dropProductClassA" runat="server" DataTextField="AClassName" DataValueField="AClassId"
				AutoPostBack="True" Width="104"> 
        <asp:ListItem Value="请选择类别">请选择类别</asp:ListItem>
      </asp:DropDownList> <asp:DropDownList id="dropProductClassB" runat="server" DataTextField="BClassName" DataValueField="BClassId"
				Width="104"> 
        <asp:ListItem Value="请选择类别" Selected="True">请选择类别</asp:ListItem>
      </asp:DropDownList> 商品名称:<asp:TextBox id="txtName" runat="server" Width="80px"></asp:TextBox>价格:<asp:textbox ID="txtStartPrice" runat="server" Width="30px"></asp:textbox>到<asp:textbox ID="txtEndPrice" runat="server" Width="30px"></asp:textbox>元<asp:ImageButton id="imgBtnSearch" runat="server" ImageUrl="gb_check.gif"></asp:ImageButton></td>
  </tr>
</table>

⌨️ 快捷键说明

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