温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:品杰电子商务购物平台系统源码
当前文件:
PinJieShop/Controls/ProductSearch.ascx[1K,2009-6-12 11:52:01],打开代码结构图
PinJieShop/Controls/ProductSearch.ascx[1K,2009-6-12 11:52:01],打开代码结构图1<%@ Control Language="c#" AutoEventWireup="false" Codebehind="ProductSearch.ascx.cs" Inherits="shop.Controls.ProductSearch" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %> 2
<table border="0" cellpadding="0" cellspacing="0" style="width: 754px"> 3
<tr> 4
<td align="left">类别 5
<asp:DropDownList id="dropProductClassA" runat="server" DataTextField="AClassName" DataValueField="AClassId" 6
AutoPostBack="True" Width="104"> 7
<asp:ListItem Value="请选择类别">请选择类别</asp:ListItem> 8
</asp:DropDownList> <asp:DropDownList id="dropProductClassB" runat="server" DataTextField="BClassName" DataValueField="BClassId" 9
Width="104"> 10
<asp:ListItem Value="请选择类别" Selected="True">请选择类别</asp:ListItem> 11
</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> 12
</tr> 13
</table> 14





