search.ascx

来自「在线商店: C#、SQL和ASP编写」· ASCX 代码 · 共 25 行

ASCX
25
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="Search.ascx.cs" Inherits="StoreOnline.Search" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<FONT face="宋体">
	<TABLE id="Table1" borderColor="activeborder" cellSpacing="0" cellPadding="0" width="745"
		border="1" style="WIDTH: 745px; HEIGHT: 16px">
		<TR>
			<TD align="center" bgColor="buttonface">
				<TABLE id="Table2" cellSpacing="0" cellPadding="0" width="463" border="0" style="WIDTH: 463px; HEIGHT: 16px">
					<TR>
						<TD style="WIDTH: 82px; HEIGHT: 23px" align="center" width="82" vAlign="top"><IMG src="Images/prosearch.jpg"></TD>
						<TD style="WIDTH: 143px; HEIGHT: 23px" align="center" width="143">
							<asp:DropDownList id="DplCat" runat="server" Width="144px" Font-Size="XX-Small">
								<asp:ListItem Value="0">请选择产品类型</asp:ListItem>
								<asp:ListItem Value="1">食品</asp:ListItem>
							</asp:DropDownList></TD>
						<TD style="WIDTH: 137px; HEIGHT: 23px" align="center" width="137">
							<asp:TextBox id="tbx_keywords" runat="server" Width="129px" Font-Size="XX-Small"></asp:TextBox></TD>
						<TD style="WIDTH: 78px; HEIGHT: 23px" align="center" colSpan="2">
							<asp:ImageButton id="ImageButton1" runat="server" ImageUrl="Images/button_search.jpg"></asp:ImageButton></TD>
					</TR>
				</TABLE>
			</TD>
		</TR>
	</TABLE>
</FONT>

⌨️ 快捷键说明

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