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

📄 generalsearch.aspx

📁 很不错的公文流转系统
💻 ASPX
字号:
<%@ Register TagPrefix="uc1" TagName="GeneralSearch" Src="../UserControls/GeneralSearch.ascx" %>
<%@ Page language="c#" Codebehind="GeneralSearch.aspx.cs" AutoEventWireup="false" Inherits="OI.GeneralSearch.GeneralSearch" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>GeneralSearch</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
		<meta name="CODE_LANGUAGE" Content="C#">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
		<style type="text/css"> @import url( ../test.css );  </style>
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"  class=tableframe>
				<!--DWLayoutTable-->
				<tr class=titlebar bgColor=#fbe3b5>
					<td width="100%" height="16" valign="top">
						<table width="100%" border="0" cellpadding="0" cellspacing="0">
							<!--DWLayoutTable-->
							<tr>
								<td width="100%" height="20" valign="bottom"><IMG src="../images/tongyong-.gif" border="0">&nbsp;&nbsp;&nbsp;</A>
								</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td valign="top" height="152">
						<table width="616" border="1" cellpadding="0" cellspacing="0" class="tableframe" style="WIDTH: 616px; HEIGHT: 140px">
							<!--DWLayoutTable-->
							<tr>
								<td width="76" height="28" style="WIDTH: 76px"><div align="right">表名</div>
								</td>
								<td width="123">
									<asp:DropDownList id="DropDownListTable" runat="server" AutoPostBack="True"></asp:DropDownList></td>
								<td width="94"><div align="right">&nbsp;条件</div>
								</td>
								<td width="536">
									<asp:DropDownList id="DropDownListOperation" runat="server">
										<asp:ListItem Value="=" Selected="True">等于</asp:ListItem>
										<asp:ListItem Value="&gt;">大于</asp:ListItem>
										<asp:ListItem Value="&lt;">小于</asp:ListItem>
										<asp:ListItem Value="&lt;&gt;">不等于</asp:ListItem>
									</asp:DropDownList></td>
							</tr>
							<tr>
								<td ><div align="right">字段名</div>
								</td>
								<td>
									<asp:DropDownList id="DropDownListFieldName" runat="server"></asp:DropDownList></td>
								<td><div align="right">搜索值</div>
								</td>
								<td><FONT face="宋体">
										<asp:TextBox id="TextBoxSearchValue" runat="server" CssClass="input"></asp:TextBox>
										<asp:RequiredFieldValidator id="RequiredFieldValidator1" runat="server" ErrorMessage="必填" ControlToValidate="TextBoxSearchValue"></asp:RequiredFieldValidator></FONT></td>
							</tr>
							<tr>
								<td width="76" style="WIDTH: 76px"><div align="justify">命中限制</div>
								</td>
								<td width="96"><FONT face="宋体">
										<asp:DropDownList id="DropDownListTopN" runat="server">
											<asp:ListItem Value="50" Selected="True">显示前50条</asp:ListItem>
											<asp:ListItem Value="100">显示前100条</asp:ListItem>
											<asp:ListItem Value="200">显示前200条</asp:ListItem>
											<asp:ListItem Value="*">显示所有</asp:ListItem>
										</asp:DropDownList></FONT></td>
								<td ><div align="right">&nbsp;排序</div>
								</td>
								<td width="504">&nbsp;&nbsp;&nbsp;
									<asp:RadioButtonList id="RadioButtonListSort" runat="server" RepeatDirection="Horizontal" RepeatLayout="Flow">
										<asp:ListItem Value="Desc" Selected="True">降序</asp:ListItem>
										<asp:ListItem Value="Asc">升序</asp:ListItem>
									</asp:RadioButtonList>&nbsp;
								</td>
							</tr>
							<TR>
								<td height="21" align="center" colSpan="4"><FONT face="宋体">&nbsp;</FONT>
									<asp:ImageButton id="ImageButtonSearch" runat="server" ImageUrl="../images/cx.gif"></asp:ImageButton><FONT face="宋体">&nbsp;
										<asp:Label id="LabelMsg" runat="server" ForeColor="Red"></asp:Label></FONT></td>
							</TR>
						</table>
					</td>
				</tr>
			</table>
			<TABLE id="Table1"  cellSpacing="0"
				cellPadding="0" width="100%" border="0">
				<TR>
					<TD ><FONT face="宋体">
							<uc1:GeneralSearch id="PFs" runat="server"></uc1:GeneralSearch></FONT></TD>
				</TR>
			</TABLE>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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