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

📄 search_index1.ascx

📁 房产房产中介网站系统源码 前台板块有:会员中心 | 出租信息 | 出售信息 | 求租信息 | 求购信息 | 信息查询 可以进行用户注册并进行租售房屋的信息发布
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="Search_Index1.ascx.cs" Inherits="HouseSystem.Controls.Search_Index1" 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="radType"><FONT face="宋体">出租<span lang="en-us">&nbsp;
				</span></FONT><INPUT type="radio" name="radType" 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 style="HEIGHT: 13px">
		</td>
		<td style="HEIGHT: 13px">区域:
			<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><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 + -