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

📄 productsearch.ascx

📁 电子商务网站,结合Visual Sttudio 2005和SQL 2005 用ASP.NET语言开发的网站.
💻 ASCX
字号:
<%@ 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -