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

📄 search_index2.ascx

📁 本系统是二手房交易系统 采用asp.net技术 开发环境是vs2003+sqlServer2000
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="Search_Index2.ascx.cs" Inherits="HouseSystem.Controls.Search_Index2" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<table border="0" width="100%">
	<TR>
		<TD width="10">&nbsp;</TD>
		<TD><INPUT title="出租" type="radio" CHECKED value="1" name="radType2">求租<FONT face="宋体"><span lang="en-us">&nbsp;
				</span></FONT><INPUT type="radio" name="radType2" value="2">求购</TD>
	</TR>
	<tr>
		<td>
		</td>
		<td>类别:
			<asp:dropdownlist id="dropHouseType" runat="server"></asp:dropdownlist></td>
	</tr>
	<tr>
		<td>
		</td>
		<td>中介:
			<asp:dropdownlist id="dropAgency" runat="server">
				<asp:ListItem Value="0">不限...</asp:ListItem>
				<asp:ListItem Value="1">个人信息</asp:ListItem>
				<asp:ListItem Value="2">中介信息</asp:ListItem>
			</asp:dropdownlist>
		</td>
	</tr>
	<tr>
		<td>
		</td>
		<td>区域:
			<asp:dropdownlist id="dropArea" runat="server"></asp:dropdownlist>
		</td>
	</tr>
	<tr>
		<td>
		</td>
		<td>面积:
			<asp:DropDownList id="dropSquare" runat="server">
				<asp:ListItem Value="0">不限...</asp:ListItem>
				<asp:ListItem Value="0,50">50平米以下</asp:ListItem>
				<asp:ListItem Value="50,100">50-100平米</asp:ListItem>
				<asp:ListItem Value="100,150">100-150平米</asp:ListItem>
				<asp:ListItem Value="150,200">150-200平米</asp:ListItem>
				<asp:ListItem Value="200,M">200平米以上</asp:ListItem>
			</asp:DropDownList>
		</td>
	</tr>
	<tr>
		<td>
		</td>
		<td>时间:
			<asp:DropDownList id="dropTime" runat="server">
				<asp:ListItem Value="0">不限...</asp:ListItem>
				<asp:ListItem Value="3">三天以内</asp:ListItem>
				<asp:ListItem Value="7">一周以内</asp:ListItem>
				<asp:ListItem Value="15">半月以内</asp:ListItem>
				<asp:ListItem Value="30">一个月内</asp:ListItem>
				<asp:ListItem Value="90">三个月内</asp:ListItem>
			</asp:DropDownList></td>
	</tr>
	<tr>
		<td>
		</td>
		<td>&nbsp;
			<asp:ImageButton id="imgSearch" runat="server" Height="19" Width="49" src="Images/sou.gif" BorderWidth="0"></asp:ImageButton></td>
	</tr>
</table>

⌨️ 快捷键说明

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